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
-
Clone the repository:
git clone https://github.com/yourusername/jrnl2tumblr.git
-
Navigate to the
jrnl2tumblr
directory:cd jrnl2tumblr
-
Install the dependencies:
pip install -r requirements.txt
-
Run the tool:
python __main__.py path_to_jrnl_json_file.json your_tumblr_blog_name
Usage
-
Export your journal entries from jrnl to a JSON file:
jrnl --export json > path_to_jrnl_json_file.json
-
Run
jrnl2tumblr
and provide the path to the JSON file and your Tumblr blog name. -
Follow the prompts to enter your Tumblr OAuth credentials.
-
Your journal entries will be imported and posted to your Tumblr blog.
Requirements
- Python 3.x
- jrnl
- A Tumblr account
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.