Skip to content

dagheyman/bjud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bjud

bjud is a small python library for scraping facebook events

Example usage

from bjud.bjud import Bjud

bjud = Bjud()
event = bjud.get_event('https://www.facebook.com/events/358899250393724')
print(event.title)

Installation

python3 -m venv venv
source venv/bin/activate
pip3 install .

Run tests

pip3 install pytest
pytest tests

About

bjud is a small python library for scraping facebook events

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages