Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.25 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.25 KB

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