Migrate soup.io posts to tumblr.
Usage:
soublr.py <soup_export.rss> <tumblr_credentials.json>
soublr.py -h | --help
soublr.py --version
Install the python modules in requirements.txt (using pip):
pip install -r requirements.txt
-
Export soup.io posts
In the soup.io sidebar (the cog icon) select "Privacy", then "Export (RSS)".
-
Generate OAuth tokens for tumblr
They must be in the format of default_credentials.json. Can be created using:
python generate_credentials.py
-
Run soublr with credentials and rss export
python soublr.py soup_myname_2014-01-01.rss tumblr_credentials.json