booster/booster/config.py

22 lines
748 B
Python
Raw Normal View History

2019-06-27 20:41:18 -07:00
#!/usr/bin/env python
# Booster Twitter Bot - Developed by acidvegas in Python (https://acid.vegas/booster)
# config.py
2020-04-09 18:54:54 -07:00
class api:
consumer_key = 'CHANGEME'
consumer_secret = 'CHANGEME'
access_token = 'CHANGEME'
access_token_secret = 'CHANGEME'
2019-06-27 20:41:18 -07:00
2020-04-09 18:54:54 -07:00
class throttle:
favorite = 75
follow = 75
message = 750
tweet = 750
unfollow = 75
2019-06-27 20:41:18 -07:00
2020-04-09 18:54:54 -07:00
class settings:
keywords = ['500aday','autofollow','autofollowback','f4f','follow','follow4follow','followback','followtrain','instantfollow','instantfollowback','teamfollowback','wefollowback']
message = 'Thank you for following our Twitter account!' # Set to None to disable sending messages to new followers
woeid = 23424975 # Where On Earth ID (http://www.woeidlookup.com/)