https://github.com/makefu/tumblr-transfer
move from an old 'primary' account to a new 'shared' account by reposting all old posts
https://github.com/makefu/tumblr-transfer
Last synced: 9 months ago
JSON representation
move from an old 'primary' account to a new 'shared' account by reposting all old posts
- Host: GitHub
- URL: https://github.com/makefu/tumblr-transfer
- Owner: makefu
- Created: 2018-03-13T22:46:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T22:47:14.000Z (over 8 years ago)
- Last Synced: 2025-08-12T09:31:46.798Z (11 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tumblr Reposter
Problem: you've created your tumblr as a "primary" account but you decided you
want to have it as a shared tumblr
Solution: Create a new tumblr, repost all the old images
# Usage
```console
$ virtualenv .
$ . bin/activate
$ pip install -r REQUIREMENTS.txt
$ vim move-tumblr.com -> create new secrets at https://api.tumblr.com/console and add them at the top
$ python move-tumblr.py myold.tumblr.com mynew.tumblr.com
```