diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2025-09-27 22:53:12 +0100 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-09-27 22:53:12 +0100 |
| commit | 4762a8dff33643e2169e8f2e8c91ac66c7822c68 (patch) | |
| tree | 0e96285ec2a7855d678ae30625dca3339ce62ec9 /config.json.example | |
| parent | 3b2bbf199db2bd3a38e18c821114d1df97f2dd5e (diff) | |
| download | yaoi-communism-4762a8dff33643e2169e8f2e8c91ac66c7822c68.tar.gz yaoi-communism-4762a8dff33643e2169e8f2e8c91ac66c7822c68.zip | |
Diffstat (limited to 'config.json.example')
| -rwxr-xr-x | config.json.example | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
