Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 654 Bytes

File metadata and controls

20 lines (11 loc) · 654 Bytes

The Goal of this Project is to perform Sarcasm Analysis on data obtained from two Social Media: Twitter and Instagram.

1.)With the use of official API of Instagram, posts pertaining to hashtags are obtained

Link to the Instagram API documentation : https://developers.facebook.com/docs/instagram-api/

2.)Twitter offers a robust API along with various libraries for getting data

Tweepy is a library used to work with Twitter API

Link to Tweepy documentation : http://docs.tweepy.org/en/v3.8.0/api.html

-->To obtain Tweets,run the following: $ cd twitter $ python3 main.py

-->To obtain Posts from Instagam run the following: $ python3 main.py