https://github.com/callmepixelman/newmonkey
A CLI tool to convert your discord cache back to the original files. Currently a POC.
https://github.com/callmepixelman/newmonkey
cache cachemonkey caching discord export
Last synced: about 1 month ago
JSON representation
A CLI tool to convert your discord cache back to the original files. Currently a POC.
- Host: GitHub
- URL: https://github.com/callmepixelman/newmonkey
- Owner: CallMePixelMan
- License: mit
- Created: 2023-08-24T17:42:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T20:42:25.000Z (over 2 years ago)
- Last Synced: 2025-09-28T18:30:18.020Z (6 months ago)
- Topics: cache, cachemonkey, caching, discord, export
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewMonkey
A CLI tool to convert your discord cache back to the original files.
This project was made to fix some problem I had with cachemonkey, I was looking for a CLI approach with the hability to export all the cache in one go.
## Installation
You can install newmonkey using `pipx` (or any alternative supporting the `[project.scripts]` directive from `pyproject.toml`) or with `pip`.
```
pipx install newmonkey
```
## Usage
You can use newmonkey directly to export your cache to a folder inside your current working directory.
```sh
newmonkey # If you installed it with pipx
python -m newmonkey # If you installed it with pip
```
Use the `-o` flag to specify an output directory and the `-d` flag to specify your discord cache directory if newmonkey can't autodetect it.
More flags are available. Use the `--help` flag to learn how to use other flags.
You can also import newmonkey to embed it inside your own software if you feel the need to.
## Licence