https://github.com/devidw/replika-diary-export

Export your entire Replika diary including all images.

https://github.com/devidw/replika-diary-export

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary

Keywords

api data-ownership downloader ecmascript ecmascript-modules export exporter fetch js nodejs npm npm-package offline replika
Last synced: 4 months ago · JSON representation

Repository

Export your entire Replika diary including all images.

Basic Info
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Topics
api data-ownership downloader ecmascript ecmascript-modules export exporter fetch js nodejs npm npm-package offline replika
Created over 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

Replika Diary Export

This repository is a simple way to export your replika diary to a local JSON file (./export/diary.json). All images are exported into a separate folder as well (./export/images).

Note Looking for a chat export instead? See replika-chat-export.

Installation

npm install @devidw/replika-diary-export

Usage

Once you have installed the package, you need to set a few environment variables, which the script will use to identify your account when connecting to the replika API at https://my.replika.com/api/.

These variables are:

  • X_AUTH_TOKEN
  • X_USER_ID
  • X_DEVICE_ID
  • X_TIMESTAMP_HASH

You can find these variables inspecting the traffic from your developer tools in your browser. To do so, navigate to the network tab and see the request headers to the replika API. From there, you can find the values of the variables and copy them to set the environment variables.

When you are ready, here is how you can export your diary:

```js import ReplikaDiaryExport from "@devidw/replika-diary-export"

const replikaDiaryExport = new ReplikaDiaryExport() replikaDiaryExport.export() ```

Once the execution is finished, you will find a file called diary.json in the ./export folder containing the exported diary. As well, you will find a folder called images containing all the images exported and downloaded from the replika API.

Owner

  • Name: David Wolf
  • Login: devidw
  • Kind: user
  • Location: The Zone

// uncommenting

GitHub Events

Total
Last Year

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 5
  • Total Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
David Wolf 6****w 5

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • darth-crunchus (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • npm 9 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
npmjs.org: @devidw/replika-diary-export

Export your entire Replika diary including all images.

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 9 Last month
Rankings
Stargazers count: 15.6%
Forks count: 15.7%
Dependent packages count: 16.2%
Average: 18.8%
Downloads: 21.3%
Dependent repos count: 25.3%
Maintainers (1)
Last synced: 4 months ago

Dependencies

package-lock.json npm
  • data-uri-to-buffer 4.0.0
  • fetch-blob 3.1.5
  • formdata-polyfill 4.0.10
  • node-domexception 1.0.0
  • node-fetch 3.2.5
  • web-streams-polyfill 3.2.1
package.json npm
  • data-uri-to-buffer ^4.0.0
  • fetch-blob ^3.1.5
  • formdata-polyfill ^4.0.10
  • node-domexception ^1.0.0
  • node-fetch ^3.2.5
  • web-streams-polyfill ^3.2.1