Skip to content

Telegram Bot for sending repositories of GitHub to Telegram channels or groups.

Notifications You must be signed in to change notification settings

bst04/GitHub2Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GitHub2Telegram-Bot

A Python script to fetch popular GitHub repositories and send their details to Telegram channels. Make sure to give the repo a ⭐️!

Check my other links: https://privacidad.me/@bst04

Features

  • Filters by ⭐️ count and 🚫 DUPLICATES.
  • Sends details (name, description, link) to Telegram channels.

Requirements

  • Python 3.7+
  • GitHub personal access token
  • Telegram bot token
  • Telegram channel IDs

Setup

  1. Install dependencies:
    pip install requests python-telegram-bot
  2. Update the script with your credentials:
    • GITHUB_TOKEN, TELEGRAM_BOT_TOKEN, TELEGRAM_CHANNEL_ID_1, TELEGRAM_CHANNEL_ID_2.

Usage

Run the script:

python git2telegram_bot.py

Notes

  • Ensure proper permissions for GitHub and Telegram.
  • Use responsibly under respective terms of service.

About

Telegram Bot for sending repositories of GitHub to Telegram channels or groups.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages