Skip to content

vuon9/likes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

likes

Automatically discovers your newly starred GitHub repos, creates pull requests for review, and publishes merged descriptions to a Telegram channel.

How it works

  1. You star a repo on GitHub
  2. Every 30 minutes, a scheduled workflow checks GET /user/starred for new repos
  3. For each new repo, it creates a PR in this repo with auto-gathered info:
    • Name, description, stars, language, topics, license
    • Latest release notes
    • README preview
  4. You edit the PR description however you like
  5. When you merge the PR, the description is sent to your Telegram channel

Setup

1. Create secrets in this repo

Go to Settings → Secrets and variables → Actions and add:

Secret Value
GH_TOKEN GitHub PAT with repo and read:user scopes
TELEGRAM_BOT_TOKEN Your Telegram bot token (from @BotFather)
TELEGRAM_CHANNEL_ID Your Telegram channel ID (e.g., @channel or -100...)

2. Run it

  • The workflow runs automatically every 30 minutes
  • Or click Actions → Discover Starred Repos → Run workflow manually

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages