https://github.com/jtemporal/deupaunoexcelbot
A bot that ¯\_(ツ)_/¯
https://github.com/jtemporal/deupaunoexcelbot
Last synced: 8 days ago
JSON representation
A bot that ¯\_(ツ)_/¯
- Host: GitHub
- URL: https://github.com/jtemporal/deupaunoexcelbot
- Owner: jtemporal
- Created: 2018-04-20T20:34:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T20:36:22.000Z (about 8 years ago)
- Last Synced: 2025-03-02T06:14:31.672Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deu Pau no Execel bot
This is a Bottery powered bot, for more instructions please refer to [Bottery's documentation](https://docs.bottery.io/en/latest/).
First clone the repo and do the following:
Create a `settings.ini` file with your [Telegram Token variable as documented in python decouple](https://pypi.org/project/python-decouple/#ini-file) and finally:
```console
cd DeuPauNoExcelBot
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
bottery run
```
## Contributions
Pull requests are very much welcome!