GitHub Webhook Bot Save

It is a Simple Telegram Bot, which will listen to GitHub Webhook and inform via Telegram

Project README

GitHub-Webhook-Bot 🤖 Hits

Simple Telegram Bot, which will listen to GitHub Webhook and inform via Telegram

Setting Up Config ✍

  1. Go to src/helper.h ---> Here
  2. Edit your Bot Token.
  3. Edit your ID.
  4. Add your PORT.
  5. Add your forwading url in webhook section of your repo.
    https://your-forwading-url/github
    
  6. Set your webhook(Only if you wanted to receive /start command feedback)
    curl "https://api.telegram.org/bot<BOT_TOKEN>/setWebhook?url=https://your-forwading-url/telegram"
    

To Build and Run: 🏃‍♂

# cloning repo
git clone https://github.com/gautamajay52/GitHub-Webhook-Bot
cd GitHub-Webhook-Bot

# Installing Requirements
sudo apt-get install libboost-all-dev

# To Build
g++ src/main.cpp -lpthread -lboost_system -lz -o git.out

# To Run
./git.out

Easy 👌

Deploy

Credits: 🌎

Open Source Agenda is not affiliated with "GitHub Webhook Bot" Project. README Source: gautamajay52/GitHub-Webhook-Bot
Stars
35
Open Issues
1
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating