Gitter is a open-source project created to easily uses the Github's API to get public informations from a Github's Account.
A quick guide of how to install and use Juumla.
1. Clone the repository with git clone https://github.com/oppsec/Gitter.git
2. Install the python libraries with pip install -r requirements.txt
3. Run Gitter with python or python3 main.py
A quick guide of how to contribute with the project.
1. Create a fork from Gitter repository.
2. Download the project with git clone https://github.com/your/Gitter.git
3. cd Gitter/
4. Make your changes.
5. Commit and make a git push.
6. Open a pull request.