https://github.com/floriancassayre/git-code-golf
A minimal script to version control your code.golf solutions.
https://github.com/floriancassayre/git-code-golf
code-golf git python
Last synced: 2 months ago
JSON representation
A minimal script to version control your code.golf solutions.
- Host: GitHub
- URL: https://github.com/floriancassayre/git-code-golf
- Owner: FlorianCassayre
- License: mit
- Created: 2023-10-21T17:32:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T17:33:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T04:13:02.553Z (7 months ago)
- Topics: code-golf, git, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-code-golf
===A minimal script to version control your [code.golf](https://code.golf) solutions.
## Requirements
- git
- Python 3No module other than the Python standard library is required.
## Usage
```
python3 git-code-golf.py -a AUTHORIZATION -o OUTPUT
```Where:
- `AUTHORIZATION` is your session token UUID; you can find it by looking at the cookies and looking for `__Host-session`
- `OUTPUT` the path to the repository where the solutions will be storedYou can list the available options using:
```
python3 git-code-golf.py -h
```## Disclaimer
Unlike other challenge platforms that focus on learning, code.golf is a competitive website. This means that participants are competing against each other fairly. Therefore, to keep it fun for everyone please do not reveal your solutions publicly.
If you would like to learn about code golf and see other people's solutions, the [Stack Exchange](https://codegolf.stackexchange.com/) is a great place for that.