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!
- Host: GitHub
- URL: https://github.com/kaidevrim/staritallweb
- Owner: KaiDevrim
- License: mit
- Created: 2022-06-21T07:32:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T07:25:28.000Z (over 2 years ago)
- Last Synced: 2023-07-18T08:52:24.839Z (over 2 years ago)
- Topics: asp-net, asp-net-core, csharp, dotnet, dotnet-core, github, github-api, oauth, octokit-net
- Language: C#
- Homepage: https://staritall.app
- Size: 5.74 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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!

## 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.