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.git
Note: use a virtual environment!
After the cloning the repo go in it
cd instaScrape
Install the required dependencies
pip install -r requirements.txt
Run the api
cd src
uvicorn main:app --reload
Note: please make sure you have Docker installed in your system!
Just up the docker compose
file
docker-compose up