Nerimity Last.fm bot
Find a file
2025-10-08 23:00:06 -03:00
commands create artist collages 2025-10-08 23:00:06 -03:00
misc add screenshot 2025-10-07 06:12:28 -03:00
pyzxz@26559dd270 add my pyzxz fork 2025-10-08 03:57:19 -03:00
.gitignore add sqlite database 2025-10-07 03:09:25 -03:00
.gitmodules add my pyzxz fork 2025-10-08 03:57:19 -03:00
bot.py minor formatting 2025-10-08 17:32:56 -03:00
config-template.toml undo/comment out async catbox library 2025-10-08 02:17:23 -03:00
LICENSE add license 2025-10-06 20:54:42 -03:00
main.py always restart bot in case of crash 2025-10-08 17:33:46 -03:00
README.md finish album collage generation 2025-10-08 06:27:53 -03:00
requirements.txt update requirements.txt 2025-10-08 07:41:12 -03:00
utils.py start 0x0. implementation 2025-10-08 02:46:01 -03:00
yves.code-workspace initial commit 2025-10-06 19:46:13 -03:00

Yves

Yves screenshot

dead simple last.fm bot

click here to invite!!

(i cannot promise stable uptime)

TODO:

  • add database username checker to utils.py
  • add collage generation
  • fix attachment generation and upload
    • temporary fix: upload and link to catbox urls the asynchronous catbox library does not accept byte arrays
    • temporary fix: construct the attachment object from scratch and upload manually(?) its still broken
    • temporary fix: use 0x0.st
    • permanent fix: fork and update nerimity library