An open API service indexing awesome lists of open source software.

https://github.com/badboy/github-stars2pinboard

Import your starred github repositories to pinboard.
https://github.com/badboy/github-stars2pinboard

Last synced: 10 months ago
JSON representation

Import your starred github repositories to pinboard.

Awesome Lists containing this project

README

          

# github-stars2pinboard

Save all [starred][] github repos to [Pinboard][] using [octokit][] and the [pinboard gem][].

## Installation

Make soure you have [bundler][] installed.
Then just do

bundle install

## Usage

./gh-stars2pinboard.rb [api_token]

Get your `api_token` on

## License

> "THE BEER-WARE LICENSE" (Revision 42):
> badboy_ wrote this file. As long as you retain this notice you
> can do whatever you want with this stuff. If we meet some day, and you think
> this stuff is worth it, you can buy me a beer in return. Jan-Erik Rediger

[starred]: https://github.com/stars
[pinboard]: https://pinboard.in/
[octokit]: https://github.com/pengwynn/octokit
[pinboard gem]: https://github.com/badboy/pinboard
[bundler]: http://gembundler.com/