This repository was archived by the owner on Nov 22, 2025. It is now read-only.
forked from bradkozlek/Posterous-Backup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (16 loc) · 1.22 KB
/
README
File metadata and controls
25 lines (16 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a simple python script to download all the posts and files hosted on a posterous site.
To use:
* Download the python script and put it in a folder on your computer.
* Edit the script and edit line 19 to contain your posterous hostname.
* run the script : python posterous_backup.py
* the script will create a folder named "backup" and place your data in this folder.
Each time the script runs, it will not re-download files that were downloaded previously.
The posts are saved in the original XML supplied by the posterous API. If you want to move this data to another service then you would need another script to translate this data for you.
I created this script for my own use as a basic backup in case I ever want to migrate from posterous or if posterous closes shop one day.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version as published by
the Free Software Foundation. http://www.gnu.org/licenses/gpl.html
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.