Skip to content

A Cloudflare worker that commits to a GitHub repository every day at midnight UTC to create shiny statistics on your GitHub profile 🧞

License

Notifications You must be signed in to change notification settings

kurumar/ten-x-engineer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub stars

Ten-x-engineer worker 🧞

This is a Cloudflare worker that commits to a GitHub repository every day at midnight UTC to create shiny statistics on your GitHub profile.

Setup

  1. Clone this repository
  2. Install dependencies with npm install
  3. Deploy the worker to Cloudflare with npm run deploy
  4. Create secrets in the Cloudflare worker dashboard for the following variables:
    • GITHUB_API_TOKEN: A GitHub API token with access to the repository.
    • GITHUB_REPO: The name of the repository to commit to.
    • GITHUB_OWNER: The owner of the repository.

Usage

Ten-x-engineer worker:

  • Runs once per day at midnight UTC
  • Makes (1-10) random commits
  • Each commit updates README.md file with a random number (0-99)

Example

Repository example: kurumar/ten-x-repository

Contributing

If you have any suggestions or feedback, please feel free to open an issue or submit a pull request.

About

A Cloudflare worker that commits to a GitHub repository every day at midnight UTC to create shiny statistics on your GitHub profile 🧞

Resources

License

Stars

Watchers

Forks