From 4762a8dff33643e2169e8f2e8c91ac66c7822c68 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 27 Sep 2025 22:53:12 +0100 Subject: Updated README.md --- config.json.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 config.json.example (limited to 'config.json.example') diff --git a/config.json.example b/config.json.example new file mode 100755 index 0000000..31418ce --- /dev/null +++ b/config.json.example @@ -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