Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RishiTiku/InstagramJSONToReadableText
This script can convert messages.json in your Instagram dump to readable separate text files for each user you've chatted with.
https://github.com/RishiTiku/InstagramJSONToReadableText
Last synced: 18 days ago
JSON representation
This script can convert messages.json in your Instagram dump to readable separate text files for each user you've chatted with.
- Host: GitHub
- URL: https://github.com/RishiTiku/InstagramJSONToReadableText
- Owner: RishiTiku
- License: other
- Created: 2019-06-28T20:39:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T15:05:36.000Z (over 4 years ago)
- Last Synced: 2024-08-08T00:44:02.044Z (4 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 43
- Watchers: 8
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - RishiTiku/InstagramJSONToReadableText - This script can convert messages.json in your Instagram dump to readable separate text files for each user you've chatted with. (Python)
README
# InstagramJSONToReadableText
This script can convert messages.json in your Instagram dump to readable separate text files for each user you've chatted with.Hi There,
Dumped all of your Instagram data? Messages.json is unreadable? This Code is Built just for you!
Just place the messages.json file in the same folder as the script and run test.py. You'll find separate .txt files for each user in perfectly readable format.
Enjoy!!!# To user
Place the messages.json file in this folder (Containing this README file). Open the test.py file in IDLE (3.x or higher) and click on Run Module from Run Menu.