diff options
Diffstat (limited to 'exampleconfig.json')
-rw-r--r-- | exampleconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleconfig.json b/exampleconfig.json new file mode 100644 index 0000000..31418ce --- /dev/null +++ b/exampleconfig.json @@ -0,0 +1,13 @@ +{ + "logpath": "yc.log", + "blacklist": "posted_images.csv", + "texts": "texts/quotes.txt", + "base_tags": ["yaoi", "-muscle", "-comic", "-text"], + "search_tags": ["looking_at_another", "kiss", "trap", "2boys", "promare"], + "twitterapi":{ + "consumer_key": "xxxxxxxxxxxxxxxxxxx", + "consumer_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "access_token": "xxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxx", + "access_token_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + } +}
\ No newline at end of file |