Skip to content

domenicoblanco/gdgpisausermanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

gdgpisausermanager

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.

Getting Started 🛠

To get starting developing, we really recommend to clone the bot locally and start developing on your machine.

Linux

  1. Install Python 2.7 with your package manager.
Debian
sudo apt install python-2.7
  1. Install pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
  1. 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
  1. Start a chat with BotFather

  2. 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.

  3. Copy the token and paste it on the variable TOKEN inside the python script

  4. Run

python gdgpisausermanager.py

Contributing 🤝

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.

License 📄

This project is licensed under the MIT License - see the License file for details

About

A simple bot to kick fake users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages