https://github.com/matkoniecz/backup_github_issues_as_markdown_files
Backup github issues as markdown files
https://github.com/matkoniecz/backup_github_issues_as_markdown_files
Last synced: 6 months ago
JSON representation
Backup github issues as markdown files
- Host: GitHub
- URL: https://github.com/matkoniecz/backup_github_issues_as_markdown_files
- Owner: matkoniecz
- License: gpl-3.0
- Created: 2021-11-02T12:51:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T18:00:08.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T07:31:46.395Z (8 months ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This is a simple script for downloading contents of issue tracker from github.
It downloads issues and embedded images and saves them as markdown files.
Note that it was created as just-in-case backup. It saves only part of data and will not be sufficient to loslessly recreate everything.
Also, potential restoration is not coded or tested.
On the other hand downloaded data is human readable.
# Installation
To install dependencies:
`pip install -r requirements.txt`
# History
Based on code from [https://github.com/mhl/github-issues-scripts](https://github.com/mhl/github-issues-scripts), rewritten to Python 3 and limited to generation of markdown files.
Original created pdf and was later extended to have more functionality.