8000 GitHub - Dowwie/github_star_purge: A command-line utility, written in Python, to help you purge / delete / remove / clear all of your Github stars (star removal)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A command-line utility, written in Python, to help you purge / delete / remove / clear all of your Github stars (star removal)

License

Notifications You must be signed in to change notification settings

Dowwie/github_star_purge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Star Purge

This is a Python script that will help you remove all of the stars from your github profile.

Its use is straightforward:

  1. Clone the github_star_purge repo: git clone https://www.github.com/Dowwie/github_star_purge.git
  2. Change to the repo directory: cd github_star_purge
  3. Create a Python3 virtual environment: pyvenv my_venv
  4. Activate your newly created Python virtual environment: source my_venv/bin/activate
  5. Install the github_star_purge package and its Github API dependency: python setup.py install

The utility installs itself as an executable script from within the activated virtual environment. So, at this point you can run it from the command line:

github_star_purge <username> <password>

When you are finished removing your stars, simply type deactivate to exit the virtual environment.

About

A command-line utility, written in Python, to help you purge / delete / remove / clear all of your Github stars (star removal)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0