/ReTweet.py

Retweet everything from a specific Twitter account. Useful if a CEO wants to retweet everything their companies Twitter account posts.

Primary LanguagePython

ReTweet.py

A simple bot to retweet everything from a user Twitter account

Installation

$ git clone git@github.com:techb/ReTweet.py.git
$ cd ReTweet.py/
$ pipenv shell
$ pipenv install
$ cp creds_demo.json creds.json
$ vim creds.json
$ ... update key/secret and twitter account id you wish to retweet
$ python retweet.py

Usage

  • To select which Twitter account you want to watch for tweets to retweet
  • ctlr+c to exit.
    • Note that it might take a second before exiting, really, give it a sec before spamming interrupts

Side Notes

  • The current Twitter Account Id is for my dev/testing twitter account
    • @DevKB3