https://github.com/amussey/simplenote-to-git
Back up your Simplenote account to a git repo or gist!
https://github.com/amussey/simplenote-to-git
Last synced: 4 months ago
JSON representation
Back up your Simplenote account to a git repo or gist!
- Host: GitHub
- URL: https://github.com/amussey/simplenote-to-git
- Owner: amussey
- Created: 2014-01-02T22:25:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T16:35:46.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:16:05.791Z (8 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - amussey/simplenote-to-git - Back up your Simplenote account to a git repo or gist! (Shell)
README
# Simplenote-to-git Backup

This is a small package that enables you to back up your Simplenote notes to a git repo! This is compatible with both standard git repos and github gists.
### Requirements
- Python 2.7+
- Virtualenv
- git### Execution
- Fill in settings.cfg
- Run `./run.sh`If you are going to use this script, I would recommend setting it up to run hourly with cron:
0 * * * * bash /path/to/run.sh