Skip to content

KaiDevrim/StarItAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

StarItAll

Star every repo from any github account (orgs and user accounts).

Installation

installation gif

Make sure to have Go installed and clone the repository.

git clone https://github.com/KaiDevrim/StarItAll.git

Get a GitHub oAuth token by following the steps here. Make sure to give it at least the permission to Star repos. Then put the token in the .env.example like so:

TOKEN=git_pat_

Rename the .env.example to just .env

Run

go get -u github.com/KaiDevrim/StarItAll

to install all the dependencies.

Usage

Build the project then run it.

go build
./StarItAll kaidevrim

Replace the last word with any GitHub User or Organization.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. I am not going to update the project anymore, if you need to make a contribution, please open a pr or dm me on Discord. Kai#0335

License

GNU GPVL3