From 98bc58c5d93c16a8cd71b9622dde9a88f84b7d8b Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 25 Aug 2020 18:06:19 +0100 Subject: added tweeting, pretty much done --- exampleconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 exampleconfig.json (limited to 'exampleconfig.json') 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 -- cgit v1.2.3