https://github.com/thevickypedia/gist
Repository to manage gists
https://github.com/thevickypedia/gist
Last synced: about 2 months ago
JSON representation
Repository to manage gists
- Host: GitHub
- URL: https://github.com/thevickypedia/gist
- Owner: thevickypedia
- License: mit
- Created: 2022-12-30T16:07:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T00:21:04.000Z (about 2 years ago)
- Last Synced: 2025-02-12T22:22:47.395Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gist
A repository to easily manage gists without having to deal with long gist urls and SSH.- Get all gists by username
- Clone a gist (using filename present in the gist)
- Make changes
- Update [gist.github.com](https://gist.github.com)## Env Variables
Supports `.env` file.- **GIT_USER**: Git username
- **GIT_PASS**: Git token#### Requirements
```shell
python -m pip install -r requirements.txt
```## License & copyright
© Vignesh Rao
Licensed under the [MIT License](https://github.com/thevickypedia/gist/blob/main/LICENSE)