https://github.com/devidw/replika-diary-export
Export your entire Replika diary including all images.
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
Repository
Export your entire Replika diary including all images.
Basic Info
- Host: GitHub
- Owner: devidw
- Language: JavaScript
- Default Branch: master
- Homepage: https://index.garden/replika-export/
- Size: 9.77 KB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
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_TOKENX_USER_IDX_DEVICE_IDX_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
- Website: https://david.wolf.gdn
- Repositories: 159
- Profile: https://github.com/devidw
// uncommenting
GitHub Events
Total
Last Year
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.
- Homepage: https://github.com/devidw/replika-diary-export#readme
- License: ISC
-
Latest release: 0.1.1
published over 3 years ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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