Skip to content

An intelligent instagram scraper that scrapes a post and preforms sentiment analysis and complaint detection

License

Notifications You must be signed in to change notification settings

fear-the-reaper/instaScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaScraper

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!

How to use it

git clone https://github.com/fear-the-reaper/instaScrape.git

Using it locally

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

Using docker

Note: please make sure you have Docker installed in your system!

Just up the docker compose file

docker-compose up

About

An intelligent instagram scraper that scrapes a post and preforms sentiment analysis and complaint detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published