All Projects → gautamajay52 → GitHub-Webhook-Bot

gautamajay52 / GitHub-Webhook-Bot

Licence: GPL-3.0 license
It is a Simple Telegram Bot, which will listen to GitHub Webhook and inform via Telegram

Programming Languages

C++
36643 projects - #6 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to GitHub-Webhook-Bot

Telegrambots
Java library to create bots using Telegram Bots API
Stars: ✭ 2,728 (+8166.67%)
Mutual labels:  telegram-bot, webhook
commit-hawk
Notify when watched file(s) change in a GitHub repo
Stars: ✭ 24 (-27.27%)
Mutual labels:  github-webhooks, webhook
teamcity-commit-hooks
Plugin for TeamCity simplifying installation of webhooks for repositories in GitHub and GitHub Enterprise.
Stars: ✭ 24 (-27.27%)
Mutual labels:  github-webhooks, webhook
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (+9.09%)
Mutual labels:  telegram-bot, webhook
Telegram Bot
Ruby gem for building Telegram Bot with optional Rails integration
Stars: ✭ 433 (+1212.12%)
Mutual labels:  telegram-bot, webhook
Telegram
Telegram Bot API Wrapper for Scala
Stars: ✭ 310 (+839.39%)
Mutual labels:  telegram-bot, webhook
sre.surmon.me
💻 SRE service for Surmon.me blog.
Stars: ✭ 34 (+3.03%)
Mutual labels:  github-webhooks, webhook
Botserver
http://telegram.org Bot API Webhooks Framework, for Rubyists
Stars: ✭ 125 (+278.79%)
Mutual labels:  telegram-bot, webhook
Example Bot
[WIP] An A-Z example of a PHP Telegram Bot.
Stars: ✭ 211 (+539.39%)
Mutual labels:  telegram-bot, webhook
agala
Full featured messaging bot framework.
Stars: ✭ 70 (+112.12%)
Mutual labels:  telegram-bot
Feedback-bot
In Short This is An Personalized Livegram Bot Made Using Python.. Follow Me @HeimanPictures & Star This Repo
Stars: ✭ 23 (-30.3%)
Mutual labels:  telegram-bot
tgto
Telegram to RSS bot.
Stars: ✭ 20 (-39.39%)
Mutual labels:  telegram-bot
Watermark-Bot
A Telegram Video Watermark Adder Bot in Pyrogram by @AbirHasan2005
Stars: ✭ 82 (+148.48%)
Mutual labels:  telegram-bot
tgcli
Telegram Terminal Application
Stars: ✭ 39 (+18.18%)
Mutual labels:  telegram-bot
Telegram-PHP-App
App base for Telegram bots
Stars: ✭ 14 (-57.58%)
Mutual labels:  telegram-bot
zoom-slack-status-updater
Update your Slack status automatically when you join a Zoom meeting.
Stars: ✭ 23 (-30.3%)
Mutual labels:  webhook
drf-stripe-subscription
An out-of-box Django REST framework solution for payment and subscription management using Stripe.
Stars: ✭ 42 (+27.27%)
Mutual labels:  webhook
qbittorrent-bot
Telegram bot to mange your qBittorrent torrents
Stars: ✭ 91 (+175.76%)
Mutual labels:  telegram-bot
async py bot
dark0ghost.github.io/async_py_bot/
Stars: ✭ 23 (-30.3%)
Mutual labels:  telegram-bot
create-shopify-app
Create Shopify App With JWT Authentication using NodeJs, React, Shopify Polaris and MongoDb
Stars: ✭ 58 (+75.76%)
Mutual labels:  webhook

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: 🌎

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].