Python Program that streams tweets using tweepy in real time oken
- Create a twitter account and apply for twitter developer account
- After creating an account, find your api key, secret key, access token, and secret token under Keys and Access Tokens
sudo pip install tweepy
to install tweepy- Run
python stream.py
- Collected tweets will be stored in a file named `parsed.json'