https://github.com/daniel15/myspace-export
Export your photos from MySpace
https://github.com/daniel15/myspace-export
Last synced: 8 months ago
JSON representation
Export your photos from MySpace
- Host: GitHub
- URL: https://github.com/daniel15/myspace-export
- Owner: Daniel15
- Created: 2012-03-17T11:36:21.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-18T03:13:08.000Z (about 14 years ago)
- Last Synced: 2025-10-10T12:32:18.111Z (8 months ago)
- Language: C#
- Homepage:
- Size: 955 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MySpace Export
==============
This small app assists with exporting your data from MySpace. Currently, it only supports photos.
Additionally, an app is included to import the exported photos to Facebook. MySpace's API is
extremely unreliable and their support is non-responsive so this just scrapes the HTML of their
site. It's ugly but it works.
It has been used with Mono 2.10 on Ubuntu Linux but should also work with the Microsoft .NET
Framework on Windows.
How To Use
----------
### MySpace Export
1. Edit MySpaceExport/Program.cs and enter your MySpace username and directory to save files in
2. Run it
### Facebook Import
1. Create a Facebook application
2. Create an access token (TODO: Document this more)
3. Edit FacebookPhotoImport/Main.cs
4. Run it