From 0c313f9f48f866ea412ed55065ec437323ba04e9 Mon Sep 17 00:00:00 2001 From: Matthieu Jolimaitre Date: Sat, 23 Nov 2024 16:16:42 +0100 Subject: [PATCH] do work --- config.json | 10 ++++++++++ emotes.txt | 1 + run | 8 ++++++++ status.txt | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 config.json create mode 100644 emotes.txt mode change 100644 => 100755 run diff --git a/config.json b/config.json new file mode 100644 index 0000000..1095667 --- /dev/null +++ b/config.json @@ -0,0 +1,10 @@ +{ + "token": "discord-account-token", + "status_sequence": [ + "online" + ], + "clear_enabled": false, + "clear_interval": 0, + "// 12 * 60 * 60 = 43200": "", + "speed_rotator": 43200 +} \ No newline at end of file diff --git a/emotes.txt b/emotes.txt new file mode 100644 index 0000000..7fdd95d --- /dev/null +++ b/emotes.txt @@ -0,0 +1 @@ +emoji2:1243572228868673566 diff --git a/run b/run old mode 100644 new mode 100755 index 80a6f95..1acbfd6 --- a/run +++ b/run @@ -10,3 +10,11 @@ cd "$(dirname "$(realpath "$0")")" pip install requests colorama +cp emotes.txt repo/emojis.txt +cp status.txt repo/text.txt +cp config.json repo/config.json +sed -i "s/discord-account-token/$(cat token)/g" repo/config.json + + +cd repo +python3 main.py diff --git a/status.txt b/status.txt index 680e802..d6e9f82 100644 --- a/status.txt +++ b/status.txt @@ -10,4 +10,4 @@ Peut quick-hack-jutsu une release dégueulasse. Travaille pour Jean ESN 'garderie dev front-end'. Framework PHP du néolithique. Configuré par un bataillon de stagiaires qui se masturbent sur leur clavier en faisant du go. -La société me tombe dessus quand je fais ça avec des crabes. \ No newline at end of file +La société me tombe dessus quand je fais ça avec des crabes.