How can I view my Instagram backup data in a friendly way?Windows backup: user-friendly incremental disk...
After Brexit, will the EU recognize British passports that are valid for more than ten years?
Was this cameo in Captain Marvel computer generated?
Can I challenge the interviewer to give me a proper technical feedback?
Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?
Limpar string com Regex
Can Witch Sight see through Mirror Image?
Do I need a return ticket to Canada if I'm a Japanese National?
What would be the most expensive material to an intergalactic society?
If nine coins are tossed, what is the probability that the number of heads is even?
What can I do if someone tampers with my SSH public key?
Tabular environment - text vertically positions itself by bottom of tikz picture in adjacent cell
Is this Paypal Github SDK reference really a dangerous site?
PTIJ: Sport in the Torah
Will the concrete slab in a partially heated shed conduct a lot of heat to the unconditioned area?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Are small insurances worth it?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?
What does "rhumatis" mean?
Was it really inappropriate to write a pull request for the company I interviewed with?
How to make sure I'm assertive enough in contact with subordinates?
Why isn't P and P/poly trivially the same?
How spaceships determine each other's mass in space?
Use Mercury as quenching liquid for swords?
How can I view my Instagram backup data in a friendly way?
Windows backup: user-friendly incremental disk imaging?Backup Source (non source control)?How can I view a backup (.bkf) file from XPIncremental (delta) backup of a encrypted dataHow can I backup all the data?Missing Quotes in JsonHow bring Windows 7 backup catalog into sync with reality?Properly Restore Data Backup from Windows 7 in Linux (Mint)How can I restore my backup files in Notepad++?Is there any way to view compressed files?
recently i have downloaded a backup of my Instagram account ...
and the zip file contained a lot of ".json" files and i have no idea how to view
it like... the way that Instagram did
thanks
backup data-recovery json viewer social-networking
add a comment |
recently i have downloaded a backup of my Instagram account ...
and the zip file contained a lot of ".json" files and i have no idea how to view
it like... the way that Instagram did
thanks
backup data-recovery json viewer social-networking
add a comment |
recently i have downloaded a backup of my Instagram account ...
and the zip file contained a lot of ".json" files and i have no idea how to view
it like... the way that Instagram did
thanks
backup data-recovery json viewer social-networking
recently i have downloaded a backup of my Instagram account ...
and the zip file contained a lot of ".json" files and i have no idea how to view
it like... the way that Instagram did
thanks
backup data-recovery json viewer social-networking
backup data-recovery json viewer social-networking
asked 10 hours ago
mina nagehmina nageh
448
448
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I have no idea how to view it like... the way that Instagram did
Probably the best you can do is convert the JSON files into CSV files and use a spreadsheet to view them. See below for more information.
When you unzip Instagram’s data archive, you’ll see a folder that’s
full of a bunch of ugly JSON files. You can open these up in a text
editor to try and parse the raw information yourself, or you can copy
and paste the contents of any JSON file into a site like this
one, which converts the data into a CSV that’s slightly easier to
read. (That’s all done within your browser, not server-side, so you
aren’t shipping your data off to some unknown entity.)
The JSON files cover a lot of data:
- Comments you’ve made to friends’ pictures (or replies to comments they’ve made on yours)
- When you started following other Instagram users and when other Instagram users started following you
- Who you blocked on Instagram (and when)
- When you liked content from different users (not a list of the specific content you liked)
- When you posted content to Instagram (and what your witty caption was)
- All of the messages you’ve sent to other users using Instagram’s mobile apps
- Your profile information
- Searches you’ve made
Within the archive’s folders, you can also view much of the content
you’ve uploaded to Instagram’s service, including:
- What images you’ve sent others via direct messages
- All of the Instagram photos you’ve uploaded
- Instagram stories you’ve archived
- Videos you’ve published to Instagram
Source What's in Your Instagram Data Dump and How to Get It
♦ thanks this views it in a good way .... but i am waiting for a better answer ... if there isn't ....... yours is considered the best one till now
– mina nageh
9 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1412477%2fhow-can-i-view-my-instagram-backup-data-in-a-friendly-way%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have no idea how to view it like... the way that Instagram did
Probably the best you can do is convert the JSON files into CSV files and use a spreadsheet to view them. See below for more information.
When you unzip Instagram’s data archive, you’ll see a folder that’s
full of a bunch of ugly JSON files. You can open these up in a text
editor to try and parse the raw information yourself, or you can copy
and paste the contents of any JSON file into a site like this
one, which converts the data into a CSV that’s slightly easier to
read. (That’s all done within your browser, not server-side, so you
aren’t shipping your data off to some unknown entity.)
The JSON files cover a lot of data:
- Comments you’ve made to friends’ pictures (or replies to comments they’ve made on yours)
- When you started following other Instagram users and when other Instagram users started following you
- Who you blocked on Instagram (and when)
- When you liked content from different users (not a list of the specific content you liked)
- When you posted content to Instagram (and what your witty caption was)
- All of the messages you’ve sent to other users using Instagram’s mobile apps
- Your profile information
- Searches you’ve made
Within the archive’s folders, you can also view much of the content
you’ve uploaded to Instagram’s service, including:
- What images you’ve sent others via direct messages
- All of the Instagram photos you’ve uploaded
- Instagram stories you’ve archived
- Videos you’ve published to Instagram
Source What's in Your Instagram Data Dump and How to Get It
♦ thanks this views it in a good way .... but i am waiting for a better answer ... if there isn't ....... yours is considered the best one till now
– mina nageh
9 hours ago
add a comment |
I have no idea how to view it like... the way that Instagram did
Probably the best you can do is convert the JSON files into CSV files and use a spreadsheet to view them. See below for more information.
When you unzip Instagram’s data archive, you’ll see a folder that’s
full of a bunch of ugly JSON files. You can open these up in a text
editor to try and parse the raw information yourself, or you can copy
and paste the contents of any JSON file into a site like this
one, which converts the data into a CSV that’s slightly easier to
read. (That’s all done within your browser, not server-side, so you
aren’t shipping your data off to some unknown entity.)
The JSON files cover a lot of data:
- Comments you’ve made to friends’ pictures (or replies to comments they’ve made on yours)
- When you started following other Instagram users and when other Instagram users started following you
- Who you blocked on Instagram (and when)
- When you liked content from different users (not a list of the specific content you liked)
- When you posted content to Instagram (and what your witty caption was)
- All of the messages you’ve sent to other users using Instagram’s mobile apps
- Your profile information
- Searches you’ve made
Within the archive’s folders, you can also view much of the content
you’ve uploaded to Instagram’s service, including:
- What images you’ve sent others via direct messages
- All of the Instagram photos you’ve uploaded
- Instagram stories you’ve archived
- Videos you’ve published to Instagram
Source What's in Your Instagram Data Dump and How to Get It
♦ thanks this views it in a good way .... but i am waiting for a better answer ... if there isn't ....... yours is considered the best one till now
– mina nageh
9 hours ago
add a comment |
I have no idea how to view it like... the way that Instagram did
Probably the best you can do is convert the JSON files into CSV files and use a spreadsheet to view them. See below for more information.
When you unzip Instagram’s data archive, you’ll see a folder that’s
full of a bunch of ugly JSON files. You can open these up in a text
editor to try and parse the raw information yourself, or you can copy
and paste the contents of any JSON file into a site like this
one, which converts the data into a CSV that’s slightly easier to
read. (That’s all done within your browser, not server-side, so you
aren’t shipping your data off to some unknown entity.)
The JSON files cover a lot of data:
- Comments you’ve made to friends’ pictures (or replies to comments they’ve made on yours)
- When you started following other Instagram users and when other Instagram users started following you
- Who you blocked on Instagram (and when)
- When you liked content from different users (not a list of the specific content you liked)
- When you posted content to Instagram (and what your witty caption was)
- All of the messages you’ve sent to other users using Instagram’s mobile apps
- Your profile information
- Searches you’ve made
Within the archive’s folders, you can also view much of the content
you’ve uploaded to Instagram’s service, including:
- What images you’ve sent others via direct messages
- All of the Instagram photos you’ve uploaded
- Instagram stories you’ve archived
- Videos you’ve published to Instagram
Source What's in Your Instagram Data Dump and How to Get It
I have no idea how to view it like... the way that Instagram did
Probably the best you can do is convert the JSON files into CSV files and use a spreadsheet to view them. See below for more information.
When you unzip Instagram’s data archive, you’ll see a folder that’s
full of a bunch of ugly JSON files. You can open these up in a text
editor to try and parse the raw information yourself, or you can copy
and paste the contents of any JSON file into a site like this
one, which converts the data into a CSV that’s slightly easier to
read. (That’s all done within your browser, not server-side, so you
aren’t shipping your data off to some unknown entity.)
The JSON files cover a lot of data:
- Comments you’ve made to friends’ pictures (or replies to comments they’ve made on yours)
- When you started following other Instagram users and when other Instagram users started following you
- Who you blocked on Instagram (and when)
- When you liked content from different users (not a list of the specific content you liked)
- When you posted content to Instagram (and what your witty caption was)
- All of the messages you’ve sent to other users using Instagram’s mobile apps
- Your profile information
- Searches you’ve made
Within the archive’s folders, you can also view much of the content
you’ve uploaded to Instagram’s service, including:
- What images you’ve sent others via direct messages
- All of the Instagram photos you’ve uploaded
- Instagram stories you’ve archived
- Videos you’ve published to Instagram
Source What's in Your Instagram Data Dump and How to Get It
answered 10 hours ago
DavidPostill♦DavidPostill
106k26228263
106k26228263
♦ thanks this views it in a good way .... but i am waiting for a better answer ... if there isn't ....... yours is considered the best one till now
– mina nageh
9 hours ago
add a comment |
♦ thanks this views it in a good way .... but i am waiting for a better answer ... if there isn't ....... yours is considered the best one till now
– mina nageh
9 hours ago
♦ thanks this views it in a good way .... but i am waiting for a better answer ... if there isn't ....... yours is considered the best one till now
– mina nageh
9 hours ago
♦ thanks this views it in a good way .... but i am waiting for a better answer ... if there isn't ....... yours is considered the best one till now
– mina nageh
9 hours ago
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1412477%2fhow-can-i-view-my-instagram-backup-data-in-a-friendly-way%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown