tau icon indicating copy to clipboard operation
tau copied to clipboard

Seeking Help running TAU instance

Open jaspermayone opened this issue 4 years ago • 3 comments

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

jaspermayone avatar Apr 28 '21 01:04 jaspermayone

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.

FiniteSingularity avatar Apr 29 '21 15:04 FiniteSingularity

I think your recommendation makes sense.

jaspermayone avatar Apr 30 '21 11:04 jaspermayone

I would also love to hear anyone else's thoughts on setting up this kind of integration.

jaspermayone avatar Apr 30 '21 11:04 jaspermayone