Skip to content

devansh-m12/github-follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Auto-Follow ⚡

Version License CI Dependencies

📌 Automate GitHub follows while respecting rate limits

Star Map 🌟

devansh-m12/github-follow
├── 📁 src/            # Source code
├── 📄 script.js       # Main executable
├── 📄 .env.example    # Configuration template
└── 📄 LICENSE         # MIT License

30-Second Setup 🚦

  1. Get Token
    Create PAT with user:follow scope

  2. Configure

    git clone https://github.com/devansh-m12/github-follow.git
    cd github-follow
    echo "GH_TOKEN=your_token" > .env
    npm install
  3. Run

    node script.js
    # Follow prompts for repo/page

Key Configs ⚙️

Variable Default Purpose
GH_TOKEN - GitHub PAT (Required)
DEBUG false Verbose logging

Automation Schedule ⏰

# .github/workflows/auto-follow.yml
name: Auto-Follow
on:
  schedule:
    - cron: '0 12 * * 1' # Mondays 12PM UTC

⚠️ Ethical Use
This tool may violate GitHub's ToS if misused. Monitor your follow limits.


Star History

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published