Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodeDotJS/allstars
:sparkles: A tiny tool to export all your starred repositories.
https://github.com/CodeDotJS/allstars
cli exporter fetcher github json python repository scraper stars
Last synced: 12 days ago
JSON representation
:sparkles: A tiny tool to export all your starred repositories.
- Host: GitHub
- URL: https://github.com/CodeDotJS/allstars
- Owner: CodeDotJS
- License: mit
- Created: 2022-07-10T08:32:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T12:41:15.000Z (over 1 year ago)
- Last Synced: 2024-08-01T03:37:43.976Z (3 months ago)
- Topics: cli, exporter, fetcher, github, json, python, repository, scraper, stars
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - CodeDotJS/allstars - :sparkles: A tiny tool to export all your starred repositories. (Python)
README
Bookmark Starred Repositories
## Description
Export all your (or any other user's) starred repositories as JSON. The script doesn't rely on GitHub API, supports pagination, and it cleans the repo's description for the sake of readability.
## Install
```sh
$ curl -OL https://raw.githubusercontent.com/CodeDotJS/allstars/master/bookmark.py
```## Usage
```sh
$ python bookmark.py
```## Screenshot
## License
MIT