A python script that allows you to mirror a specific Twitter user's (i.e. a user who bulk blocks) tweets.
run:
pip3 install -r requirements.txtto install the dependencies.
run:
python3 install.pyto start the installation process.
During the installation process you will be asked to enter the API Keys and Tokens of two accounts. The first one will read the Tweets the second one will tweet them. Both accounts can be the same. In the last step you will be asked to enter the twitter handle of the user you want to mirror.
run:
python3 twittermirror.pyThe Configuration is stored in config.ini:
[sender] #this account will send the tweet it reads to the reciver
apikey =
apisecretkey =
accesstoken =
accesstokensecret =
[receiver] #this account will receive the tweets from the sender at tweet them
apikey =
apisecretkey =
accesstoken =
accesstokensecret =
[user]
twitterhandle =
#it must start with '@'