Publish your jrnl entries on your Tumblr.
Project description
jrnl2tumblr
Description
jrnl2tumblr
is a tool that allows you to import journal entries from jrnl to your Tumblr blog.
Features
- Imports journal entries from a JSON file exported by jrnl.
- Posts entries to a specified Tumblr blog.
- Ensures privacy and security by requiring OAuth authentication.
Installation
$ pip install jrnl2tumblr
Usage
-
Export your journal entries from jrnl to a JSON file:
jrnl --export json > journal.json
-
Create a new Tumblr app at https://www.tumblr.com/oauth/apps and obtain your OAuth credentials.
-
Run
jrnl2tumblr
and provide the path to the JSON file and your Tumblr blog name.jrnl2tumblr journal.json my-tumblr-blog
-
Follow the prompts to enter your Tumblr OAuth credentials.
-
Your journal entries will be imported and posted to your Tumblr blog.
Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any bugs or have suggestions for improvements.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.