Star every repo from any github account (orgs and user accounts).
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.
Build the project then run it.
go build
./StarItAll kaidevrim
Replace the last word with any GitHub User or Organization.
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