command
module
Version:
v0.0.0-...-f829b0e
Opens a new window with list of versions in this module.
Published: Jan 5, 2024
License: Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Use with docker
docker-compose
Copy -dist files and set content
$ cat db.env
POSTGRES_PASSWORD=koalasmuertos
POSTGRES_USER=diosteama
POSTGRES_DB=diosteama
$ cat bot.env
TELEGRAM_BOT_TOKEN=secret:token
DIOSTEAMA_DB_URL=postgres://diosteama:koalasmuertos@db/diosteama
Launch bot
Execute database
docker-compose up -d db
Import dump
zcat ~/Downloads/quotes.2020-06-22T10_00+00_00.sql.gz |docker exec -i diosteama_db_1 psql -U diosteama
Execute bot
docker-compose up -d bot
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.