https://github.com/holgern/hivediff
Diff viewer for hive posts
https://github.com/holgern/hivediff
Last synced: 2 months ago
JSON representation
Diff viewer for hive posts
- Host: GitHub
- URL: https://github.com/holgern/hivediff
- Owner: holgern
- License: mit
- Created: 2020-05-16T09:47:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T19:54:51.000Z (about 5 years ago)
- Last Synced: 2025-01-22T18:36:01.231Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hivediff
Diff viewer for hive posts was inspired by [pydiff](https://github.com/yebrahim/pydiff).
hivediff can be used to view the edit history of posts and to do a diff of locally stored markdown posts with the
published version on the hive blockchain## Requirements
hivediff needs python 3 and the following packages:* tkinter
* beem
* diff_match_patchOn Ubuntu, you need to install tkinter:
```
sudo apt-get install python3-tk
```
On windows, using anaconda is the easiest way. More information about installing Tk can be found in the [docs](https://tkdocs.com/tutorial/install.html).You need also beem which installs also diff_match_patch:
```
pip install beem
```
or
```
conda install beem
```
when using anaconda.## Install
`git clone https://github.com/holgern/hivediff.git`
## Usage
`python hivediff.py`