Quickfix: Fixing basti2342’s retweet bot

Hi All,

just a really quick one: basti2342’s retweet bot (found here) is missing a configuration file for it to work. The file in question should be called “config” (no extension) and be put into the root directory of the bot (along with the retweet.py file). The contents should be as follows:

[settings]
search_query:#hashtag
# Leave empty for all languages
tweet_language:
number_of_rt:10

[twitter]
consumer_key:consumerKey
consumer_secret:consumerSecret
access_token:accessToken
access_token_secret:accessTokenSecret

In addition you might have to install configparser

pip install configparser

With that, your bot should run smoothly

Cheers

Andre

 

One thought on “Quickfix: Fixing basti2342’s retweet bot

  1. John Baize

    Hi Andre,

    Appears all is going well with you. Edith and I are doing fine, lots of ‘wellness’ trips….I think they are killing me! Klemmens called me to tell me that Christian has died. Really sorry to hear that.

    Drop me a line when you get a chance.

    brgds
    John

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.