Skip to content

simple Python tool that allows you to search for repositories on GitHub using keywords and fork them instantly

Notifications You must be signed in to change notification settings

RebeloSebasstien/Auto-Fork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Auto Fork

Features

  • Search and Fork Repositories: Search for repositories by keywords and fork them directly from the command line.

Requirements

  • Python 3.6+
  • requests library
  • colorama library

Installation

  1. Clone the repository:

    git clone https://github.com/RebeloSebasstien/auto-fork.git
    cd auto-fork.git
  2. Install the required dependencies:

    pip install requests colorama

Usage

  1. Run the script:

    python script.py
  2. Log in with your GitHub username and personal access token. The credentials will be saved for future use.

  3. Search for repositories using keywords and decide whether to fork them.

Notes

  • To create a personal access token, follow the GitHub documentation.
  • Be mindful of GitHub's API rate limits.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

simple Python tool that allows you to search for repositories on GitHub using keywords and fork them instantly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages