Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliott-srl/notifications-for-github
A system of notifications for Github
https://github.com/eliott-srl/notifications-for-github
discord discord-py github github-api notification notification-api notification-service notifications python
Last synced: about 2 months ago
JSON representation
A system of notifications for Github
- Host: GitHub
- URL: https://github.com/eliott-srl/notifications-for-github
- Owner: Eliott-Srl
- License: mit
- Created: 2022-02-12T12:01:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T21:32:09.000Z (about 2 years ago)
- Last Synced: 2024-11-06T23:25:12.871Z (3 months ago)
- Topics: discord, discord-py, github, github-api, notification, notification-api, notification-service, notifications, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notification for Github
Just a program which notify you when you have new follower or when your favorite github account create a new repository. If you want new features, tell me or to fork the project.# Installation
### Make sure to have at least [Python 3.6](https://www.python.org/downloads/release/python-360/) and [pip](https://pypi.org/project/pip/)
### If you have issues try to update pip
```
pip install -r requirements.txt
```# Usage
Open the `config.json` file and edit it according to your needs
```
python notification_github.py
```# Features
* Notify you for new followers
* Notify you for new repository# Futur features [if the project grows (share it hehe)]
* Notify you for new commits
* Notify you for new issues
* Other things if requested# Contact
If you have ideas of improvements or if you want to report a bug please make a message on [Issues](https://github.com/Eliott-Srl/notifications-for-github/issues) or message me on [Discord](https://discord.com/) at Eliott SRL#8130.# Known issue
* You can be temp ban from the Github api if the timer is too short !