A cool little bot that scrapes an instagram posts' comments does the following
- sentiment analysis
- complaint detection
- Is it computer science related or not?
- If the comment has been replied to if not a screen shot is taken!
git clone https://github.com/fear-the-reaper/instaScrape.gitNote: use a virtual environment!
After the cloning the repo go in it
cd instaScrapeInstall the required dependencies
pip install -r requirements.txtRun the api
cd src
uvicorn main:app --reloadNote: please make sure you have Docker installed in your system!
Just up the docker compose file
docker-compose up