custom modules for tildebot
Go to file
Ben Harris eaec4ace8e Update 'README.md' 2022-02-16 15:43:05 +00:00
.gitignore init 2020-07-13 01:25:26 -04:00
LICENSE add some modules from jesopo/bitbot-modules and add license 2020-07-14 12:49:56 -04:00
README.md Update 'README.md' 2022-02-16 15:43:05 +00:00
beat.py add wikipedia link 2021-08-02 15:43:17 -04:00
botsnack.py add some modules from jesopo/bitbot-modules and add license 2020-07-14 12:49:56 -04:00
demojize.py use last message for !demojize with no args 2021-08-06 11:26:35 -04:00
envs.py init 2020-07-13 01:25:26 -04:00
reshout.py add some modules from jesopo/bitbot-modules and add license 2020-07-14 12:49:56 -04:00
shakespeare.py add some modules from jesopo/bitbot-modules and add license 2020-07-14 12:49:56 -04:00
species.py get patch from jesopo/bitbot-modules 2021-08-06 11:25:30 -04:00
tilderadio.py update newdj_message 2021-09-15 09:53:37 -04:00
ttm.py remove extra logging from ttm.py 2020-07-14 02:44:07 -04:00
xkcd.py trim leading xkcd from title 2020-07-14 01:53:00 -04:00

README.md

bitbot-modules

custom modules for tildebot, our bitbot instance for the tildeverse

rough diagram of webhook integrations

graph LR
    A[azuracast] -- webhook --> B[nginx] 
    B <--> G[bitbot http listener]
    C[gitea] -- webhook --> B
    D[github] -- webhook --> B
    G --> E[Bitbot async thread]
    E --> F[Your configured channel]