Skip to content

[Python script] Search for Twitter mentions containing a string of interest and retweet them with a (randomly picked) message.

Notifications You must be signed in to change notification settings

Pictor13/retweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

retweeter

Search for Twitter mentions containing a specific string and retweet them with a message (picked randomly from a list of configured messages).

Requirements:

  • python >= 3.6
  • pip install tweepy
  • pip install pyyaml

Usage:

  • git clone [email protected]:Pictor13/retweeter.git && cd retweeter
  • duplicate .dist config file and customise them
    • cp config.yaml.dist config.yaml and put your config
    • remember to set the secrets in the API.authentication config
  • python retweet.py --help to show available parameters

Default usage:

  • python retweet.py --dry-run false to run actually performing operations

About

[Python script] Search for Twitter mentions containing a string of interest and retweet them with a (randomly picked) message.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages