Sign inSign up

adanalife/tripbot

By adanalife

Updated about 19 hours ago

Image
1

50K+

adanalife/tripbot repository overview

Tripbot loves you :robot: :heart:

GoDoc Go Report Card GitHub Super-Linter Version Build Status License: CC BY-NC-SA 4.0

This is the source code to whereisdana.today, a 24/7 interactive slow-tv art project.

If you like it, please consider subscribing to my channel on Twitch.tv. Thanks for watching!

-Dana (dana.lol)

How it all works

There are two main components: the chatbot itself, which listens for user commands, and a VLC-based video server, which manages the currently-playing video. They can be run on separate computers.

The general flow of information looks like this:

A diagram showing the different components

For more detail, check out Tripbot, the Adventure Robot.

Running tripbot locally

You can use docker-compose to run tripbot on your own machine. It is configured to spin up all of the dependencies for the project. A helper script (bin/devenv) has been created to make the process a little easier. For example:

# (optional) create alias for devenv script
alias devenv="$(pwd)/bin/devenv"

# spin up tripbot stack on current machine
devenv up --daemon
# see running containers
devenv ps

# see logs for a specific container
devenv logs tripbot

# shut down everything
devenv down
Other Useful Docs
Infra

See infra/README.md for infra setup instructions.

Database

See db/README.md for database instructions.

Tag summary

Content type

Image

Digest

sha256:e507534f0

Size

60.8 MB

Last updated

about 23 hours ago

docker pull adanalife/tripbot