├── .gitignore ├── README.md ├── addsnippet.py ├── append.html ├── auth.py ├── backup.py ├── batchdiff.py ├── checked.py ├── delayed_service.py ├── delayed_userscript.js ├── getsnippet.py ├── instantview-frame.js ├── ivdiff.py ├── requirements.txt └── spider.py /.gitignore: -------------------------------------------------------------------------------- 1 | download 2 | backup 3 | issues.json 4 | issues_all.json 5 | snippets.json 6 | gen 7 | cookies.txt 8 | ivdiff.log 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ivdiff 2 | 3 | scripts to get difference between two [Instant View](https://instantview.telegram.org) templates 4 | 5 | ## Installing 6 | 7 | Install [python3](https://www.python.org/downloads/) and [pip](https://pypi.org/project/pip/). 8 | Then run `git clone https://github.com/undrfined/ivdiff; cd ivdiff; pip install -r requirements.txt`. 9 | 10 | ## Auth 11 | 12 | To authenticate run script `auth.py`: 13 | 14 | ``` 15 | py auth.py +38093******6 16 | ``` 17 | ...and you're ready to go. 18 | 19 | ## ivdiff.py 20 | 21 | get diff for one specific page 22 | 23 | usage: 24 | 25 | ``` 26 | py ivdiff.py