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.
- Host: GitHub
- URL: https://github.com/badboy/github-stars2pinboard
- Owner: badboy
- Created: 2012-12-29T16:40:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T20:57:12.000Z (about 13 years ago)
- Last Synced: 2025-04-10T06:22:37.944Z (about 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/