Facebook spy v0.7
- Scrape facebook posts urls from a facebook account
- Scrape post details (number of likes;comments;shares, content etc.)
- Add information about saving data to database
- FastAPI endpoint to return a list of posts for a give Person object
- React page to display a list of posts for a given Person object
- Refactor commands
- Display time that was taken to finish pipeline
- Update 'server' command to run FastAPI + React app with or without Docker
python main.py server --d
python main.py server
- Add shell script to run React application with Python
- Add Docs website which you are using now
See new docs page here: https://deenuu1.github.io/facebook-spy/