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

https://github.com/jtemporal/deupaunoexcelbot

A bot that ¯\_(ツ)_/¯
https://github.com/jtemporal/deupaunoexcelbot

Last synced: 8 days ago
JSON representation

A bot that ¯\_(ツ)_/¯

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!