Telegram bot from the Free Software Potiguar community, PotiLivre.
These instructions will get you a copy of the project up and running
on your local machine for development and testing purposes.
The things you will need to install:
- Python 3.7
- Pipenv
A step by step guide to get a development env running:
First of all, make a copy of .env.sample
to .env
.
Now generate your token and copy to .env
cp .env.sample .env
Install the dependencies
pipenv install sync
Enter the pipenv
virtual environment
pipenv shell
Run bot
python3 bot.py
- Fork this repository on GitHub.
- Make your changes.
- Send a GitHub Pull Request to the main repository’s
master
branch. GitHub
Pull Requests are the expected method of code collaboration on this project.
Bot de Telegram da comunidade potiguar de Software Livre, Potilivre.
Essas instruções farão com que você tenha uma cópia do projeto e possa
rodar localmente para fins de desenvolvimento e teste.
As coisas que você vai precisar instalar:
- Python 3.7
- Pipenv
Guia passo à passo para rodar corretamente um "env" de desenvolvimento:
Primeiramente, faça uma cópia de .env.sample
para .env
.
Agora gere seu token e copie para .env
.
cp .env.sample .env
Instale as dependências
pipenv install sync
Entre no ambiente virtual pipenv
pipenv shell
Rode o bot
python3 bot.py
- Dê um "fork" nesse repositório pelo GitHub.
- Faça suas alterações.
- Envie um pull request do github para o repositório principal na "branch master".
Pull Requests são a maneira esperada de colaboração para esse projeto.