Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imanzarrabian/StarsToRain
Simple Python script that exports all Github Stars for a given user into an HTML file importable by Raindrop.io
https://github.com/imanzarrabian/StarsToRain
Last synced: 3 months ago
JSON representation
Simple Python script that exports all Github Stars for a given user into an HTML file importable by Raindrop.io
- Host: GitHub
- URL: https://github.com/imanzarrabian/StarsToRain
- Owner: imanzarrabian
- Created: 2017-07-26T09:35:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T04:24:19.000Z (over 4 years ago)
- Last Synced: 2024-08-08T00:43:53.042Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - imanzarrabian/StarsToRain - Simple Python script that exports all Github Stars for a given user into an HTML file importable by Raindrop.io (Python)
README
# StarsToRain
Simple Python script that exports all Github Stars for a given user into an HTML file importable by Raindrop.io## Installation and Usage
Start by cloning this repo.This Python script uses [PyGitHub](https://github.com/PyGithub/PyGithub) as a dependency for calling the Github API v3, so first run the following command line:
```bash
sudo pip install -r requirements.txt
```Once all dependencies are fetched you can use the script:
```bash
python starsToRain.py
```You will be prompted for your Github username and password.
Once the script is done doing the export you'll find your html file into the output directory.