https://github.com/samccone/wordpress-to-tumblr
nodejs wordpress-to-tumblr importer
https://github.com/samccone/wordpress-to-tumblr
Last synced: 3 months ago
JSON representation
nodejs wordpress-to-tumblr importer
- Host: GitHub
- URL: https://github.com/samccone/wordpress-to-tumblr
- Owner: samccone
- Created: 2012-06-30T17:28:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-22T23:22:05.000Z (almost 14 years ago)
- Last Synced: 2024-04-15T12:22:06.004Z (about 2 years ago)
- Language: CoffeeScript
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
TODO:
* add post tags
* make s3 assests public
touch keys.js
exports.keys = {
consumerKey: "????????",
consumerSecret: "???????",
callbackURL: "http://0.0.0.0:9000/oauth"
}
exports.s3_keys = {
bucket: "??????",
access_key_id: "???????",
secret_access_key: "?????"
}
npm install
coffee -wc .
node server