A tool to easily and safely get the media from your Nintendo Switch to where you actually want it. We do this by leveraging the ability to directly post to Twitter from the Switch. Our system tracks specific hashtags on Twitter, and if you set up an Account we can get the media from it, optionally delete the tweet, and then upload your media to Google Photos.
We are already looking for new additions which you can find on our roadmap.
This project is completely open source. If you find bugs, want to optimize the code, or are just looking for new features, feel free to open an issue or a pull request on this repository!
install dependencies via npm i
rename removeThisPartBeforeTheDot.env
to .env
and fill in your tokens. You will also need to adjust the Twitter and Google Photos Client IDs inside the code.
run development environment via npm run dev
build the project via npm run build
run project via npm run start