Skip to content

Repository files navigation

GitHub release (latest SemVer including pre-releases) GitHub Workflow Status GitHub GitHub last commit GitHub repo size Lines of code GitHub Pipenv locked Python version GitHub Pipenv locked dependency version Requires.io CodeFactor Grade

twittermirror

A python script that allows you to mirror a specific Twitter user's (i.e. a user who bulk blocks) tweets.

Installation

Install dependencies

run:

pip3 install -r requirements.txt

to install the dependencies.

Setup process

run:

python3 install.py

to 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.

Start the programm

run:

python3 twittermirror.py

Configuration

The 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 '@'

About

A python script that allows you to mirror a specific Twitter user's (i.e. a user who bulk blocks) tweets.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages