Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

athene-events-reminder

Telegram bot to remind about Athene events.

Running locally

The following environment variables are required:

export POSTGRES_HOST= # Host on which the postgres DB is running.
export DB_NAME= # Name of the db to connect to, within postgres.
export POSTGRES_PORT= # Port of postgres db to connect to.
export POSTGRES_USER= # Postgres user to use to connect.
export POSTGRES_PASSWORD= # Password of the user.

Then:

go mod tidy
go run cmd/server/server.go

Running tests

Make sure that docker is installed locally.

make test

About

telegram bot to remind about Athene events registration

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages