https://github.com/rachitdhar/github-random-number-generator
An app that uses the GitHub Contributions Grid from the profile page to Generate Random Numbers
https://github.com/rachitdhar/github-random-number-generator
github html-parsing
Last synced: 2 months ago
JSON representation
An app that uses the GitHub Contributions Grid from the profile page to Generate Random Numbers
- Host: GitHub
- URL: https://github.com/rachitdhar/github-random-number-generator
- Owner: rachitdhar
- Created: 2025-01-09T05:33:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T07:34:13.000Z (about 1 year ago)
- Last Synced: 2025-05-15T21:15:04.304Z (about 1 year ago)
- Topics: github, html-parsing
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GHCRNG (GitHub Contributions Random Number Generator)
An app that uses the GitHub Contributions Grid from the profile page to Generate Random Numbers
Steps:
- Get the HTML dynamically generated for the profile page.
- Parse the HTML using Regex to get a list of numbers for the contributions grid levels.
- Use SHA256 hashing over a string obtained from the list - from this a random number can be created.
- Write the number to the profile page README and commit it.