Simple lightweight request-response oriented agent for Chrono.gg API.
Currently in early alpha stage, providing only windows .net framework support.
ChronoPlus is timed voting and user information checking application for the website Chrono.gg.
The application is using every user individual account cookie and sending GET and POST requests toward the Chrono API, as any browser does. The main goal of the windows application (ChronoPlus.Lightweight.Windows) is to be high-performance and lightweight application, not extensibility or ease of use of the code. That being said, I'm aiming for best code readability, where possible, and of course as best as possible UI usability.
In order to process the requests to Chrono API, it is required that the user provides JSON Web Token (JWT) for Chrono.gg website ONLY!
The JWT key can be acquired by typing localStorage.getItem('jwt')
in the browser console, while you are in Chrono.gg website and successfully logged in.
Archived: As of mid and late 2020 -> Chrono.gg no longer offers free coin spins. Chrono.gg has officially ceased operation and will no longer provide any services.
- MetroFramework - The core design of the UI
- Costura.Fody - Pack all the dll's in the exe
- Newtonsoft.Json - Surprised?
- AutoUpdater.NET - Makes updating life easy