Seeking Help running TAU instance
I know this doesn't really qualify for an issue, but if someone would be willing and has the time to help me use TAU to do stream notifications on the discord bot I am working on, that would be great. My thought would be to add TAU into the docker image.
https://github.com/Heptagram-Bot/Heptagram/issues/366
Taking a look at Heptagram (and correct me if I am wrong on any of this), "merging" the TAU code with it would be difficult, as first and foremost, Heptagram is a node/javascript based project, and TAU uses python. One of the tricky bits of python and django in particular are the python modules and outside dependencies. In this case, we have several modules (e.g.- django, django_rest_framework, django-channels, etc..) and rely on both postgresql and redis. This is why I wrapped everything in docker containers.
My recommendation for integrating TAU with Heptagram, would be to automate grabbing TAU, setting up the containers, and running it. That way, you dont have to implement all of the python requirements inside of the Heptagram project. Perhaps this could be a simple first-start script that would be run the first time a user sets up Heptagram? Would love to hear anyone else's thoughts on setting up this kind of integration.
I think your recommendation makes sense.
I would also love to hear anyone else's thoughts on setting up this kind of integration.