Skip to content

Establishes an API connection to Twitter using Tweepy and retweet tweets based on criteria

License

Notifications You must be signed in to change notification settings

buckseye/python-retweet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python reweet bot (rtbot)

Establishes an API connection to Twitter using Tweepy and retweet tweets based on criteria

Installation

First, installation of dependencies

pipenv install
pipenv sync

Second, configuration of configuration file, edit credentials.py

vim configuration/credentatials.py

Usage

The best is to use a crontab

0 */2 * * * python3 /home/av1m/rtbot/retweet.py > /dev/null 2>&1

We can directly launch it from a terminal (python3 retweet.py)

Note that it is possible to use the Logger class to retrieve the results by mail/sms/file

Author

Repository available on Github

License

About

Establishes an API connection to Twitter using Tweepy and retweet tweets based on criteria

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%