https://github.com/ericlewis/playdate-itchio-sync
Keep your Playdate sideload games synced with your itch.io playdate game library.
https://github.com/ericlewis/playdate-itchio-sync
playdate
Last synced: 11 months ago
JSON representation
Keep your Playdate sideload games synced with your itch.io playdate game library.
- Host: GitHub
- URL: https://github.com/ericlewis/playdate-itchio-sync
- Owner: ericlewis
- License: mit
- Created: 2022-07-19T22:22:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T15:31:50.000Z (over 2 years ago)
- Last Synced: 2025-03-28T02:23:34.262Z (12 months ago)
- Topics: playdate
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 27
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playdate-itchio-sync
Keep your Playdate sideload games synced with your itch.io playdate game library.
## Requirements
- node.js 16+
## Install
```
npm install playdate-itchio-sync -g
```
## Directions
1. Run `syncpd`.
2. Follow the prompts for your credentials, they will be saved locally.
3. A sync will kick off.
4. You are done! From now on, just run `syncpd`, your credentials are saved.
## Notes
- Will not work with accounts that use two-factor authentication on itch.io.
- You *must* set a password for your itch.io account, oAuth is not supported.
- Only works with games you have __paid for__ currently.
- You will probably want to run this every once in a while, it's not a background process.
- Use at your own risk!
## License
MIT, copyright 2022 Eric Lewis.