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 📍
- Host: GitHub
- URL: https://github.com/sanix-darker/tchaka
- Owner: Sanix-Darker
- Created: 2024-04-25T07:17:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-10T09:04:34.000Z (8 months ago)
- Last Synced: 2025-03-27T06:44:48.127Z (6 months ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)