This bot makes you in contact with people 'around' you anonymously based on your localisation.
No DATA saved + all IN MEMORY...
$ cp .env.example .env
# then set your own variables in .env file
$ docker build -t tchaka:latest -f ./Dockerfile .
$ docker run -ti tchaka
INFO:__main__:tchaka started successfully...
INFO:telegram.ext.Application:Application started
$ cp .env.example .env
# then set your own variables in .env file
$ make install
# to install libs...
$ make run
# to start the bot...
python -m tchaka.main
INFO:__main__:tchaka started successfully...
INFO:telegram.ext.Application:Application started
$ make help
format Reformat project code.
help Show this help.
install Install pip poetry
lint Lint project code.
run Run the service.
test Run tests
If you want to make contributions, make sure to create an issue first if possible, let's discuss about it and then start a PR :). Contributions are always welcome.