Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sambev/reportermd
Convert ReporterApp entries to markdown. Also import said markdown files into DayOne.
https://github.com/sambev/reportermd
Last synced: 3 months ago
JSON representation
Convert ReporterApp entries to markdown. Also import said markdown files into DayOne.
- Host: GitHub
- URL: https://github.com/sambev/reportermd
- Owner: sambev
- License: mit
- Created: 2015-11-18T05:01:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T01:11:17.000Z (almost 9 years ago)
- Last Synced: 2024-07-09T22:33:39.556Z (4 months ago)
- Language: Python
- Homepage:
- Size: 327 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - sambev/reportermd - Convert ReporterApp entries to markdown. Also import said markdown files into DayOne. (Python)
README
# Reporter MD
Convert your [Reporter App](http://www.reporter-app.com/) entries into markdown, then import them into [Day One](http://dayoneapp.com/)... If you want.
[Example here](https://raw.githubusercontent.com/sambev/reportermd/master/images/dayone_example.png)### General Usage:
`python reportermd `*Dates MUST be in YYYY-MM-DD format
##### To see command help run:
```bash
reportermd -h
```##### To create a markdown file from all reporter app entries on October 28th 2015 run:
```bash
reportermd 2015-10-28
```##### To create a markdown file from all reporter app entries on October 28th 2015 and import them into dayone for that same day:
```bash
reportermd 2015-10-28 --dayone=True
```
*Removes the markdown file when complete.---
### Installation
With pip:
`pip install reportermd`With easy_install:
`easy_install reportermd`From Source:
1. `git clone https://github.com/sambev/reportermd.git`
2. `cd reportermd`
3. `python setup.py install`### Requirements:
Tested on python 2.7.10