Skip to content

Commit

Permalink
added dummy logs, settings, banned file
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinlpereyra committed Jul 5, 2016
1 parent 823dd57 commit 6f79abc
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Empty file added logs/banned
Empty file.
Empty file added logs/log
Empty file.
40 changes: 40 additions & 0 deletions settings/settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Replace where appropriate with your own settings.

[Twitter]
api_key =
secret_key =
token =
secret_token =

[App]
image_folder =
execution_chance =
allow_repeat_after =
log_file =
bot_account =
master_account =
dont_tweet_file =

[Orders]
#caps agnostic
ban_command =
request_command =
time_tolerance =

[Texts]
# Respect indentation: it is TWO spaces
# tweet_post_number is either True or False, nothing else
# tweet this text doesn't requiere "" or '', just write the text
tweet_post_number = True
tweet_this_text =

request_answers = answer1
answer2
answer3
...
answerN
request_to_third_answers = answer1
answer2
...
answerN

0 comments on commit 6f79abc

Please sign in to comment.