dece
bbacc2fbef
pipfile: remove pycodestyle for now
...
It should be doable to make it work fine with Black but for now I can't
be arsed.
2022-08-15 13:18:23 +02:00
dece
895b0dec47
style: run Black over the whole project
2022-08-09 23:48:14 +02:00
dece
4beead146f
pip: add dev deps
2022-08-09 23:47:53 +02:00
dece
1b2303617b
taxref: use shrlok to show images
2022-07-10 18:25:40 +02:00
dece
659dae9ce6
taxref: tell family name as well
2022-07-07 19:08:01 +02:00
dece
8020de4edf
plugin: answer to privmsg mostly like pubmsg
2022-07-07 19:06:59 +02:00
dece
a8b1b811c5
taxref: add function to get scientific name
2022-07-06 17:18:28 +02:00
dece
b333b5d944
shrlok: fix bad kwarg
2022-07-06 17:18:01 +02:00
dece
274dd61b1a
config.json.example: fix typo
2022-07-06 17:17:41 +02:00
dece
9c78abd7f3
shrlok: prefix message length
2022-07-05 23:35:58 +02:00
dece
4d7be3d9d8
shrlok: init plugin
2022-07-05 22:06:44 +02:00
dece
3be1fddd93
taxref: do not show ambig. reply needlessly
...
esp. if there is a matching species with the exact same name…
2022-06-16 16:59:58 +02:00
dece
2ecec9eeb2
capture_give: fix crashing typo
2022-06-16 12:07:23 +02:00
dece
0d49fb1457
beers: offer a beer to someone in particular
2022-06-08 17:18:51 +02:00
dece
b6929c9453
plugins: stop using match as name
...
In Python 3.10 match will become a soft keyword. The program would still
work but syntax highlighting is getting weird.
2022-06-08 17:12:33 +02:00
dece
edbc35aa19
journee_mondiale: ditch the site for a static list
2022-06-07 18:11:41 +02:00
dece
7a2e011272
taxref: show a random photo if any are available
2022-05-19 14:34:41 +02:00
dece
85ce2902a7
taxref: new plugin!
2022-05-19 14:12:33 +02:00
dece
02399fe96d
bot: show fatal error in logs
2022-05-19 14:12:20 +02:00
dece
dd3ebcaa35
capture_give: add new plugin
2022-05-16 12:09:12 +02:00
dece
f9dca68fb0
plugin: allow plugins to write to other storages
2022-05-16 12:02:45 +02:00
dece
3a85e5a23c
bot: forgot to exit after received SIGTERM…
2022-05-16 12:02:29 +02:00
dece
6841b01e8d
youtube_parser: fix reading titles while sleeping
2022-05-16 11:09:55 +02:00
dece
bec9ff4d76
bot: drastically catch exceptions
...
For whatever reason systemd stop signals are not caught anymore by the
"except KeyboardInterrupt", so the storage file is lost on what should
be a graceful shutdown.
2022-04-26 21:33:43 +02:00
dece
0a304f9b6c
youtube_parser: support Invidious URLs
2022-03-06 17:26:48 +01:00
dece
ed26c70095
misc_reactions: add nudge
2022-03-06 17:22:54 +01:00
dece
dab1abf4c6
ambience: use zip_longest to not cut the reply
2021-12-12 18:41:39 +01:00
dece
9eec6795c6
ambience: apply effect to whole reply, not a chunk
2021-12-12 18:38:19 +01:00
dece
f97e2c51e4
ambience: use all words from content as target
2021-12-12 18:33:31 +01:00
dece
2af36ef429
ambience: add plugin
2021-12-12 17:30:14 +01:00
dece
2e60a74f49
unknown_command: log more, why is this broken
2021-12-02 12:22:43 +01:00
dece
88969abbbf
config.json.example: switch to libera.chat
2021-12-02 12:22:25 +01:00
dece
73e3dedd43
unknown_command: fix WA parsing
...
Apparently the wrapper now uses Python bools instead of JS bools as
strings?
2021-12-02 11:57:06 +01:00
dece
222f002b20
docker: update image to python 3.9
2021-12-02 11:40:40 +01:00
dece
1e9f10d549
journee_mondiale: do not crash if text not found
2021-12-02 11:38:20 +01:00
dece
6b9430aabb
bot: replace \r and \n before sending message
2021-12-02 11:37:05 +01:00
dece
56656dca98
misc_reactions: improve stutter reaction
2021-12-02 11:37:05 +01:00
dece
5f4af12a2f
journee_mondiale: do not crash if none was found
2021-11-23 14:14:30 +01:00
dece
3a756a7489
meteo_france: add plugin
...
Also remove the silly Python 3.7 requirement.
2021-09-17 12:44:25 +02:00
dece
6256975f90
bot: fix crash when trying to send a too long msg
2021-09-13 09:04:18 +02:00
dece
d47748a56a
capture: do not play while asleep…
2021-07-03 01:40:17 +02:00
dece
6ba697656d
misc_reactions: do not speak while asleep…
2021-07-03 01:36:18 +02:00
dece
77ff83be79
random: only pick a choice if there are at least 2
2021-06-29 17:52:59 +02:00
dece
47e24eebaa
capture: release thing on the next ping
2021-06-29 17:10:37 +02:00
dece
b7b6ca71be
wikipedia: catch all filthy exceptions
2021-06-11 11:31:45 +02:00
dece
5ca4a25b1f
bot: graceful exception catch
2021-06-11 11:28:22 +02:00
dece
19e5408ba2
youtube_parser: remove annoying logs
2021-06-11 11:27:11 +02:00
dece
cde8d8883d
youtube_parser: look for youtube URL in whole msg
2021-06-07 10:52:04 +02:00
dece
7ca8fa2ce4
youtube_parser: fix regex
2021-06-07 10:45:54 +02:00
dece
93d59ff30b
capture_list: add plugin
2021-06-06 19:02:19 +02:00