custom modules for tildebot
Go to file
Ben Harris bf91f589fc Merge pull request 'Use song name from AzuraCast instead of from Icecast' (#11) from khuxkm/bitbot-modules:master into master
Reviewed-on: #11
2022-03-02 16:04:47 +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
polr.py add polr shortener support 2022-03-01 22:30:35 -05: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 Use song name from AzuraCast instead of from Icecast 2022-03-02 15:45:58 +00: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]