Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 492 Bytes

thug-stream-api

Twitter streaming api task

This task in done using tweepy and python.

First you need to have python and tweepy.

To install tweepy run
""" pip install tweepy

""" on commandline.

1.Run streaming_api.py.Prompt will appear asking a keyword.Then the related tweets are written in JSON format in data.txt file.

2.Then run check_api.py. This will print Usernames,Urls and no of related urls of the tweets.

check_api.py script displays output according to the ques.