Welcome to the Google Developer Group Pisa bot. This bot is written in python and atm is not available on herokuapp.
The bot will be available on Telegram.
Feel free to fork this repo! Contributions are really appreciated. Please have a look at the Contributing Guidelines or at the TODO list down there. You can easily start having a look at our Issues.
Don't know where to start? 🤔 have a look at our help wanted or good first issue tickets.
To get starting developing, we really recommend to clone the bot locally and start developing on your machine.
- Install Python 2.7 with your package manager.
Debian
sudo apt install python-2.7
- Install pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
- Install python-telegram-bot
Debian
pip install python-telegram-bot --upgrade
Or you can install from source with
git clone https://github.com/python-telegram-bot/python-telegram-bot --recursive
cd python-telegram-bot
python setup.py install
-
Start a chat with BotFather
-
Use the
/newbot
command to create a new bot. The BotFather will ask you for a name and username, then generate an authorization token for your new bot. -
Copy the token and paste it on the variable TOKEN inside the python script
-
Run
python gdgpisausermanager.py
Feel free to contribute to this project! You can have a look at our Contribution guidelines if you don't know how to proceed.
Feel free to open a issue or submit a new pull request ❤️
Here a short TODO list:
- Update this README with better instructions and a better English.
- Writing macOS setup steps to this Readme.
- Writing Windows setup steps to this Readme.
- Fix all issues
- Complete a stress test
- Clean-up the code folder.
This project is licensed under the MIT License - see the License file for details