Twitter bot tweeting news from Google News Feed.
Use the package manager pip to install tweepy & gnewsclient
pip install tweepy
pip install gnewsclient
Apply for access for Twitter Developer Account at https://developer.twitter.com. Mark down the Keys and Tokens for login authentication as follows:
Keys and Tokens |
---|
CONSUMER_KEY |
CONSUMER_SECRET |
ACCESS_TOKEN |
ACCESS_TOKEN_SECRET |