github-star-transfer
v0.1.1
Published
A simple CLI app written with Puppeteer and NodeJS to manually re-star repositories in GitHub from one account to another.
Downloads
9
Maintainers
Readme
Project No Longer Maintained
"GitHub Star Transfer" will no longer be maintained. Instead, some of it's functionality will be brought along in development of a new project that aims to work with GitHub in a similar way. This documentation will live on the GitHub Pages associated with the project's repository, but the repository will be archived and read-only moving forward.
Stay tuned for the release of the bigger and better project. Thanks!
- Alex.
GitHub-Star-Transfer
A simple CLI app written with Puppeteer and NodeJS to automatically re-star repositories in GitHub from one account to another.
This app was built to help you "transfer" all starred repositories from one GitHub account to another. There are other apps that exist that export a link, but this one will use Puppeteer to star each repo automatically with a headless browser.
Installation
Install from NPM
npm install -g github-star-transfer
Usage Examples
Initial Setup
star-transfer
Follow the prompts to set up your user credentials.
Startup
star-transfer
Editing Credentials
star-transfer
❯ Settings
❯ Edit User Credentials
❯ Account 1 - (Transfer FROM) / ❯ Account 2 - (Transfer TO)
Follow the prompts to enter your username and password.
Viewing Credentials
star-transfer
❯ View User Accounts
Exiting Program
star-transfer
❯ Exit
❯ Yes
Uninstall
npm unlink
npm uninstall -g github-star-transfer
Release History
No longer being maintained
0.0.1 - Current
- Work in progress
Meta
Alex Lee – @alexlee_dev – [email protected]
Distributed under the GPL license. See LICENSE
for more information.
https://github.com/alexlee-dev/GitHub-Star-Transfer
Contributing
- Fork it (https://github.com/alexlee-dev/GitHub-Star-Transfer/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Related Projects
You might also be interested in these projects:
- starred: Creating your own Awesome List by GitHub stars! | homepage
- star-history: The missing star history graph of github repos. | homepage
- github-stars-tagger: A Google Chrome extension that lets you add tags to your starred repositories directly on GitHub. | homepage
- star-me: Star FOSSASIA Repositories on Github and Support the Community. | homepage