Usage of Twitter Streaming API with TweePy and tweet collection to MongoDB server
All parameters are set from own config file config.py all parameters need to be set.
- mongo_server="YOUR SERVER ADDRESS HERE"
- mongo_port=YOUR SERVER PORT HERE
- mongo_username="YOUR SERVER USERNAME HERE"
- mongo_password="YOUR SERVER PASSWORD HERE"
- mongo_database="YOUR DATABASE NAME HERE"
- mongo_collection="YOUR DATABSE COLLECTION NAME HERE"
- twitter_keywords=["YOUR LIST OF KEYWRODS HERE"]
- consumer_key="YOUR KEY HERE"
- consumer_secret="YOUR SECRET HERE"
- access_token="YOUR TOKEN HERE"
- access_secret="YOUR SECRET HERE"