Skip to content

Snapchain/bd-op-forks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Fetch all forks of a repo on Github by Org

This is to fetch all forks of a repo on Github that are forked by orgs instead of individuals

Steps

  1. Create a virtual environment
python3 -m venv myenv
  1. Activate the virtual environment (Need to run this everytime you open a new terminal)
source myenv/bin/activate
  1. Now install deps
pip install requests python-dotenv
  1. Set environment variable

Create a .env file in the root of the project and add the following

GITHUB_TOKEN=<your_github_token>
  1. Run the script
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages