Giter Site home page Giter Site logo

github-issue-tracker-bot's Introduction

GitHub Issue Alert Bot ๐Ÿค– ๐Ÿฆ€

Overview

GitHub Issue Alert Bot is an automated tool designed to monitor issues in specified open-source repositories on GitHub and send Telegram notifications when new issues with specified labels are created. This bot is ideal for developers and teams who want to stay updated on specific types of issues in their projects or in other open-source repositories they are interested in.

Features

  • Issue Monitoring: Automatically monitors GitHub repositories for new issues.
  • Customizable Labels: Sends notifications for issues with specified labels.
  • Telegram Notifications: Receive real-time alerts directly on Telegram.
  • Multiple Repository Support: Can be configured to monitor multiple repositories.

Getting Started

Prerequisites

  • A Telegram bot token and your Telegram chat ID.
  • Rust and Cargo installed on your system.

Installation and Setup

  1. Clone the Repository:
    git clone https://github.com/1010adigupta/github-issue-tracker-bot.git
    cd github-issue-alert-bot
    
  2. Update your telgram bot token and chat id src/main.rs
  3. Build and run the server
    cargo build --release
    cargo run
    

Track Repositories

Select the public repository you want to monitor and send curl request to bot server to track this respository. This repository info will stored in the global state for future tracking. Add as many repsitories as you want to monitor! Example:

curl -X POST http://127.0.0.1:8081/input \ 
  -H "Content-Type: application/json" \
  -d '{"owner":"1010adigupta", "repo":"portfolio", "label":"good first issue"}'

github-issue-tracker-bot's People

Contributors

1010adigupta avatar

Watchers

 avatar

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.