commit d884627c51a00dee6de97ad0246ba4e50a058d9f Author: Amber Date: Mon Mar 21 21:55:43 2022 -0500 untracked files on dev: 64676f7 Merge branch 'dev' of git.nixnet.services:amber/amber-ebooks into dev diff --git a/.vscode/amber-ebooks.code-workspace b/.vscode/amber-ebooks.code-workspace new file mode 100644 index 0000000..bb77f5a --- /dev/null +++ b/.vscode/amber-ebooks.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "/home/amber/pkg/git/nixnet/amber-ebooks" + } + ], + "settings": {} +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..37c2785 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": true, + "args": ["-c", "config.json"] + } + ] +} \ No newline at end of file diff --git a/__pycache__/functions.cpython-310.pyc b/__pycache__/functions.cpython-310.pyc new file mode 100644 index 0000000..44a7ff3 Binary files /dev/null and b/__pycache__/functions.cpython-310.pyc differ diff --git a/config.json b/config.json new file mode 100644 index 0000000..6922594 --- /dev/null +++ b/config.json @@ -0,0 +1,13 @@ +{"site": "https://botsin.space", + "cw": null, + "instance_blacklist": ["bofa.lol", + "witches.town", + "knzk.me"], + "learn_from_cw": true, + "mention_handling": 1, + "max_thread_length": 15, + "strip_paired_punctuation": false, + "website": "https://git.nixnet.services/amber/amber-ebooks", + "client": {"id": "C-OFxhEUZnRyGTYddoBsXAvJg1GG3QURXsNeYl0X6o8", + "secret": "B3LVKo05rNNSJ1O-BQ-cJv3vreSTdHGImorsbTZ0e1M"}, + "secret": "7WTDR54lhsklgHW_9NfMyyFPxeTAsQzhywJoFGjK5PU"} \ No newline at end of file diff --git a/toots.db b/toots.db new file mode 100644 index 0000000..8322757 Binary files /dev/null and b/toots.db differ