Skip to content

A Python script that watches specified GitHub repositories for new releases and sends notifications to a Discord channel via webhook.

License

Notifications You must be signed in to change notification settings

M3rofio/Repo-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Flask Application

This is a simple Flask application dockerized along with a Redis server using Docker Compose.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Docker
  • Docker Compose

Running the Application

  1. Clone the repository:

    git clone https://github.com/M3rofio/Repo-Checker.git
  2. Navigate to the project directory:

    cd Repo-Checker
  3. Run the following command to build and start the Docker containers:

    docker-compose up --build
  4. Access the application in your web browser at http://localhost:5000/.

Customizing the Application

You can customize the Flask application by modifying the app.py file and templates located in the templates directory.

Adding Repositories via Web GUI

To add repositories to watch for new releases, access the web GUI by visiting http://localhost:5000/ and inputting the repository details.

Authors

License

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


About

A Python script that watches specified GitHub repositories for new releases and sends notifications to a Discord channel via webhook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published