#Bookmarker is dead, can it be replaced?
7 messages · Page 1 of 1 (latest)
I'd personally suggest https://github.com/monty-python-bot (source: https://github.com/onerandomusername/monty-python), though it's more tied to python development
Someday @crimson hawk will listen to our commands again
Some day may be only a few months away 👀
But yeah for the bookmark bot, I'm in favor of finding a replacement. But Monty is a bit more than just that if I remember correctly. I would prefer a single purpose bot for that. Or our own, shouldn't be too hard to add once I got the new bot to a usable state
Yeah Monty includes quite a bit more features than just bookmarking, though i think some of them like autolinking github issues/prs (godot#999 will expand to an embed with information about the issue/pr) and/or code snippets (sending a github file link will similarly expand into an embed with code highlighted) might be useful here too (all of these toggle-able). with a bit of effort in coordinating with bot creator it can be possible to also enable godot doc viewing right inside discord too (monty already allows that for pypi projects using sphinx, and since godot's docs are also built using sphinx it they can be pretty easily included into bot)
another option might be https://github.com/Squidtoon99/bookmark-bot, which can be both invited (link at https://bookmark-bot.vercel.app/) or deployed on cf workers
Thanks for those links! I'll definitely check them out once I have more time.