🍂Scrapes captions from instagram accounts and performs sentiment analysis on them.
The project uses BeautifulSoup Library to scrape captions from the instagram page of an account. The most recent 10 captions are extracted and stored. Sentiment analysis is performed on them and final result can decide if user is positive or negative.
The instagram account must be open though.
🌊Python Libraries needed: vader bs4 requests url json