An open API service indexing awesome lists of open source software.

https://github.com/sanix-darker/tchaka

Chat anonymously with people around you 📍
https://github.com/sanix-darker/tchaka

Last synced: 6 months ago
JSON representation

Chat anonymously with people around you 📍

Awesome Lists containing this project

README

          

## TCHAKA

This bot makes you in contact with people 'around' you anonymously based on
your localisation.

No DATA saved + all IN MEMORY...

## HOW GET IT RUN

### WITH DOCKER

```bash
$ 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
```

### NO DOCKER

```bash
$ 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
```

### BONUS (for dev)

```bash
$ 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
```

## CONTRIBUTOR-NOTE

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.

## AUTHOR

- [sanixdk](https://github.com/sanix-darker)