Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 478 Bytes

Insta_sentiment_analysis

🍂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