booster

- twitter bot that builds followers
git clone git://git.acid.vegas/booster.git
Log | Files | Refs | Archive | README | LICENSE

config.py (748B)

      1 #!/usr/bin/env python
      2 # Booster Twitter Bot - Developed by acidvegas in Python (https://acid.vegas/booster)
      3 # config.py
      4 
      5 class api:
      6 	consumer_key        = 'CHANGEME'
      7 	consumer_secret     = 'CHANGEME'
      8 	access_token        = 'CHANGEME'
      9 	access_token_secret = 'CHANGEME'
     10 
     11 class throttle:
     12 	favorite = 75
     13 	follow   = 75
     14 	message  = 750
     15 	tweet    = 750
     16 	unfollow = 75
     17 
     18 class settings:
     19 	keywords = ['500aday','autofollow','autofollowback','f4f','follow','follow4follow','followback','followtrain','instantfollow','instantfollowback','teamfollowback','wefollowback']
     20 	message  = 'Thank you for following our Twitter account!' # Set to None to disable sending messages to new followers
     21 	woeid    = 23424975 # Where On Earth ID (http://www.woeidlookup.com/)