
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@devidw/replika-diary-export
Advanced tools
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).
npm install @devidw/replika-diary-export
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_HASHYou 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:
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.
FAQs
Export your entire Replika diary including all images.
We found that @devidw/replika-diary-export demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.