Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfaran/messenger2markdown
Copy text from a Messenger.com conversation and turn it into Markdown
https://github.com/hfaran/messenger2markdown
Last synced: about 1 month ago
JSON representation
Copy text from a Messenger.com conversation and turn it into Markdown
- Host: GitHub
- URL: https://github.com/hfaran/messenger2markdown
- Owner: hfaran
- Created: 2016-02-06T12:14:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T06:36:53.000Z (almost 9 years ago)
- Last Synced: 2024-10-25T02:44:30.079Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# messenger2markdown
Copy text from a Messenger.com conversation and run this tool to spit
it back out in Markdown!## Setup
```bash
git clone [email protected]:hfaran/messenger2markdown
cd messenger2markdown
pip install -r requirements.txt
```## Usage
* Go to [Messenger.com](https://messenger.com) and select your text
* Copy this to your clipboard
* Run the tool `./messenger2markdown.py`; it will automatically grab
the text from your clipboard for you
* The Markdown will be output to your terminal