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

telegram bot to remind about Athene events registration

Notifications You must be signed in to change notification settings

Sonlis/athene-events-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages