Git Product home page Git Product logo

gdgpisausermanager's Introduction

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.

  1. Install Python 3.7 with your package manager.
  • Debian: sudo apt install python-3.7
  • Ubuntu: sudo apt-get install python-3.7
  • Windows: download from website
  • MacOS: //TODO. Hint: using brew or from website
  1. Install pip
  • Debian/Ubuntu/MacOS: curl https://bootstrap.pypa.io/get-pip.py | sudo python - (you may need to use python3 instead of python)
  • Windows: python comes already with pip installed, just update it with python -m pip install --upgrade pip
  1. Install gdg-pisa-user-manager
pip install git+https://github.com/gdgpisa/gdgpisausermanager --upgrade
# If the command above fails, try with
pip install https://github.com/gdgpisa/gdgpisausermanager/archive/master.zip --upgrade
  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 into .telegram.token file. The content will be read by Config.TOKEN

  4. Run

gdg-pisa-user-manager

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

License ๐Ÿ“„

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.