https://github.com/000pp/Gitter
🐍 Python CLI tool to get public informations from a GitHub account
https://github.com/000pp/Gitter
git github information information-gathering python python3
Last synced: 10 months ago
JSON representation
🐍 Python CLI tool to get public informations from a GitHub account
- Host: GitHub
- URL: https://github.com/000pp/Gitter
- Owner: 000pp
- License: mit
- Created: 2021-05-27T22:45:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T15:22:37.000Z (over 4 years ago)
- Last Synced: 2025-04-13T08:03:24.749Z (10 months ago)
- Topics: git, github, information, information-gathering, python, python3
- Language: Python
- Homepage:
- Size: 867 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐍 Gitter
🐍 Python CLI tool to get public information from a GitHub account
## 🤔 What's this?
Gitter is a open-source project created to easily uses the Github's API to get public informations from a Github's Account.
## 👁🗨 Preview

## ⚙️ Set-up
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
```
## ☁ Pre-requistes
- [Python 3.8+](https://www.python.org/downloads/)
## 🔨 Contributing
A quick guide of how to contribute with the project.
```shell
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.
```