Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LorenKociko/instagram-messages-json-to-txt
Script that extract all the text messages from the messages.json file and stores them into a user-friendly format.
https://github.com/LorenKociko/instagram-messages-json-to-txt
converter extract files format instagram json messages python script txt
Last synced: 2 months ago
JSON representation
Script that extract all the text messages from the messages.json file and stores them into a user-friendly format.
- Host: GitHub
- URL: https://github.com/LorenKociko/instagram-messages-json-to-txt
- Owner: LorenKociko
- Created: 2020-12-29T05:13:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T22:10:09.000Z (about 3 years ago)
- Last Synced: 2024-11-22T09:12:28.988Z (2 months ago)
- Topics: converter, extract, files, format, instagram, json, messages, python, script, txt
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - LorenKociko/instagram-messages-json-to-txt - Script that extract all the text messages from the messages.json file and stores them into a user-friendly format. (Python)
README
# Instagram JSON Reader
Instagram provides you the ability to download all your account data localy, but most of your data are stored as JSON files and that makes it less user friendly.
![image](https://user-images.githubusercontent.com/40165126/103276414-1b4cad80-49cf-11eb-9a01-f2e6a1ec330d.png)
This script uses the messages.json file, to extract all your text chats / conversations, and stores them in separate .txt files depending on the username of the person you communicated with.You just need to run the script in the same folder you have stored the messages.json file, and various .txt files will be auto-created.
![image](https://user-images.githubusercontent.com/40165126/103277465-b777b400-49d1-11eb-9476-ef476c2ef2e9.png)
![image](https://user-images.githubusercontent.com/40165126/103278733-e17ea580-49d4-11eb-8c05-ebb826b58a11.png)The .txt files have this format:
![image](https://user-images.githubusercontent.com/40165126/103278651-ad0ae980-49d4-11eb-8c36-320441c1b6c1.png)