https://github.com/richardkiss/myspace_blog_post
Python script to automate posting to MySpace Blog (and read from a WordPress DB).
https://github.com/richardkiss/myspace_blog_post
Last synced: 7 months ago
JSON representation
Python script to automate posting to MySpace Blog (and read from a WordPress DB).
- Host: GitHub
- URL: https://github.com/richardkiss/myspace_blog_post
- Owner: richardkiss
- Created: 2008-06-13T06:44:04.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2008-06-21T19:56:13.000Z (over 17 years ago)
- Last Synced: 2025-01-15T13:28:50.843Z (9 months ago)
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
WordPress is a real blog with actual features that I can brand on my own web site; but
most of my readers are on my MySpace blog. I'll be gosh darned if I'm going to type the same
crap twice -- I have a hard enough time typing it once. So I wrote this glorious hack to stitch
my WordPress blog to my MySpace blog.As far as I know, MySpace has no API to interact with the blog, so it's all done with
nasty screen scraping. If they ever change the URL on any of these pages, it will stop working,
but it has worked flawlessly for over a year. So so far, so good.To use:
Make a copy of example.py. For example
$ cp example.py richardkiss.py
Then edit the copy with your secret informations (sic). You will need your WordPress MySQL DB info
and your MySpace login. But that's all!You will get a very simple menu with a list of all posts in the WordPress DB. Choose one, and it will be automatically posted to MySpace.
Richard Kiss
http://richardkiss.com/
him at richardkiss.com