Program which will read tweets from profile timeline and extract them , manipulate the text and url in string and store them on AWS Dynamo DB.
Stack:
Hashicorp Vault
AWS Dynamo DB
Twitter app (Oauth)
OS
Linux centos
Python modules:
tweepy
Boto3
hvac
Created a twitter app on https://developer.twitter.com/en by which i was able to use and integrate twitter api. Next thing i did was installed Hashicorp vault on my linux box and configure Vault service making sure it is unsealed , later i enabled kv engine v1 and added my twitter app keys & tokens to it so that my program can retrieve it when needed.I had my AWS account where i configured and created Dynamo DB table where my program will upload the tweets.
Project link:
On below link inside twitter_bot/v0 folder
https://github.com/v2ishal/devlab
Top comments (0)