Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitykity/dowp
Day One <- WordPress
https://github.com/kitykity/dowp
Last synced: 2 months ago
JSON representation
Day One <- WordPress
- Host: GitHub
- URL: https://github.com/kitykity/dowp
- Owner: kitykity
- Created: 2014-11-13T18:47:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T21:56:33.000Z (almost 6 years ago)
- Last Synced: 2024-08-08T00:44:33.917Z (6 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - kitykity/dowp - Day One <- WordPress (Shell)
README
dowp
====Day One <- WordPress
The dowp.bash script allows you to suck WordPress posts into your Day One journal.
This tool is Specifically written to be run on a Mac via a bash shell; but you may run it on a Windows host if you install a tool like mobaXterm.
NOTE! This tool is designed to import the Title, Date, and Text of your post only. More may come in the future; but this is the meat of this project for now.
A. Before you run the script, you will need to download your WordPress posts.
1. Log in to your WordPress blog control panel.
2. On the left hand side, click on Tools - Export.
3. Click on the Posts option, and select anything special you want.
4. Click Download Export File.
5. Save the Export File in a directory called "dowp" in your home directory (i.e. /Users/fred/dowp).B. Now you need the command line interface (CLI) that Day One uses.
1. Go Here: https://dayone.zendesk.com/hc/en-us/articles/200258954-Day-One-Tools
2. (Halfway down the page; download and follow the instructions)C. Next, copy the dowp.bash listed above into the directory called dowp that you made earlier.
$ cd /Users/fred/dowp
$ vi dowp.bash
[Paste in the contents of the dowp.bash script.]
$ chmod 700 dowp.bash
$ ./dowp.bash
That's it! Enjoy!