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

https://github.com/mbaraa/github-graph-drawer

A tool that helps typing text on your GitHub contributions graph.
https://github.com/mbaraa/github-graph-drawer

contribution-graph github go htmx

Last synced: 10 months ago
JSON representation

A tool that helps typing text on your GitHub contributions graph.

Awesome Lists containing this project

README

          


GitHub Graph Drawer



A tool that helps typing text on your GitHub contributions graph.


Go Report Card
rex-deployment


## About

**GitHub Graph Drawer** is a tool that helps typing text on your GitHub contributions graph, where it helps you achieve your text goal by sending you emails through out the year for each day that you're supposed to make a log of commits at, or a cheat script that draws the text directly đź‘€.

_Note: this is a fling project that will die in a while so don't get your hopes up._

## Contributing

IDK, it would be really nice of you to contribute, check the poorly written [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.

### Roadmap

- [x] Generator script
- [x] Web UI
- [x] SEO
- [x] Clear usage instructions
- [x] Commits count
- [x] Mailer
- [ ] Add more glyphs (symbols and things)
- [ ] Refactor the code (never gonna happen)

## Run locally

1. Clone the repo.

```bash
git clone https://github.com/mbaraa/github-graph-drawer
```

2. Create the docker environment file

```bash
cp .env .env.docker
```

3. Run it with compose.

```bash
docker compose up
```

3. Visit http://localhost:9999
4. Don't ask why I chose this weird port.

### Example

Here's my contributions graph showing "Hola Soy Baraa"
![Screenshot from 2023-12-30 04-40-13](https://github.com/mbaraa/github-graph-drawer/assets/26228836/4306149c-7f14-41d1-9e81-a34a6e861a44)

## Acknowledgements
- The “Paint brush” was downloaded from [flaticon.com](https://www.flaticon.com/free-icons/paint-brush)
- The “Beret” was downloaded from [flaticon.com](https://www.flaticon.com/free-icons/beret)
- The “Octocat” icon was downloaded [github.com/logos](https://github.com/logos)
- Well that’s it.