Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astiob/digimon-rearise-js
https://github.com/astiob/digimon-rearise-js
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/astiob/digimon-rearise-js
- Owner: astiob
- Created: 2022-04-24T19:14:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T21:56:40.000Z (7 months ago)
- Last Synced: 2024-10-13T17:26:26.725Z (25 days ago)
- Language: TypeScript
- Size: 814 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# digimon-rearise-js
This is a collection of programs that we use to run Digimon-ReArise related programs. It is comprised of two main projects:
* `digimon-rearise-bots` contains an API-level client bot that was used to automate monotonous tasks in the game and powered the [real-time graph](https://chortos.selfip.net/digimonrearise/mpr/1120) and “Huckmon” Discord bot during Japan’s vs. Guardians event and, later, account transfer from the official servers, as well as some utilities originally meant for an automated website about the game.
* `digimon-rearise-server` is a reverse-engineered server that runs the game's code.
Currently tested on: Node.js 16.14 (LTS ‘Gallium’)Node.js 16.6+ is definitely required for the Discord bot.
## Getting StartedThis repository has been configured to run with both VSCode and JetBrains WebStorm. Be sure to also read the *README.md*(s) in each project's respective folder.
1. Install node modules (`npm i`) in both the bot and the server (if you're working on it).
2. Follow each project's *Getting Started* in their respective *README.md* file.