https://github.com/rc2dev/get-memos
Export Memos to a markdown file.
https://github.com/rc2dev/get-memos
markdown notes python self-hosted
Last synced: about 1 month ago
JSON representation
Export Memos to a markdown file.
- Host: GitHub
- URL: https://github.com/rc2dev/get-memos
- Owner: rc2dev
- License: gpl-3.0
- Created: 2025-06-17T15:53:49.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-01T22:56:48.000Z (11 months ago)
- Last Synced: 2025-08-02T00:37:19.946Z (11 months ago)
- Topics: markdown, notes, python, self-hosted
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-memos
Export [Memos](https://www.usememos.com/) to a markdown file.
## Installation
1. Clone the repository.
2. Make sure you have Python's `requests` module installed.
3. Create a token on your Memos instance.
4. Create your configuration from the example:
`cp config_example.py config.py && $EDITOR config.py`.
## Usage
Run `./app.py -h` for usage information.
## Known limitations
This only intends to export text. Attachments are not handled.
## License
Licensed under [GPLv3](LICENSE)
Copyright (C) 2025 [Rafael Cavalcanti](https://rafaelc.org/dev)