An open API service indexing awesome lists of open source software.

https://github.com/kaidevrim/staritallweb

Star every GitHub repository from a user in just one click!
https://github.com/kaidevrim/staritallweb

asp-net asp-net-core csharp dotnet dotnet-core github github-api oauth octokit-net

Last synced: 20 days ago
JSON representation

Star every GitHub repository from a user in just one click!

Awesome Lists containing this project

README

          

Star It All Logo


Star It All

Star every GitHub repository from a user in just one click!

## Usage

To use, simply just visit the site and login to your GitHub account. Then enter a valid GitHub user or organization name and this app will handle the rest!
![usage gif](./staritall.gif)
## Installation

1. [Install .Net 7.0 or greater](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)

```
$ git clone git@github.com:KaiDevrim/StarItAllWeb.git
$ cd StarItAllWeb
$ dotnet build
$ dotnet run
```

Remember to make a GitHub oAuth app and put the ID and Secret in the appsettings.json.

Finally go to [localhost:7172](https://localhost:7172/)

## Acknowledgements

- [Octokit.net](https://github.com/octokit/octokit.net)
- [AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers)
- You for using and starring!

Powered by ASP.Net with C# & .Net.

Code under MIT License, assets may not be re-used or re-distributed.

---
Kai Devrim, 2022. MIT License.