1
Fork 0
mirror of https://github.com/Quackster/Minerva.git synced 2025-06-29 21:07:45 +00:00
Minerva/README.md

32 lines
673 B
Markdown
Raw Normal View History

2023-01-09 21:54:46 +10:00
# Helios.Imager
2023-01-12 22:14:16 +10:00
Imager for Habbo Hotel releases Shockwave and Flash. It uses the two projects (Badger, and Avatara) as libraries combined into one, to make the web server.
2023-01-12 22:17:20 +10:00
# Installing
Locate the .zip files in /tools/
Extract in same directory as what the project is running on.
Run the project.
The endpoints will be available:
``/habbo-imaging/avatarimage``
``/habbo-imaging/badge/{badge-code}.gif``
``/habbo-imaging/badge-fill/{badge-code}.gif``
2023-01-12 22:14:16 +10:00
## Cloning this repository
```
2023-01-12 22:14:30 +10:00
$ git clone --recursive https://github.com/Quackster/Helios.Imager
2023-01-12 22:14:16 +10:00
```
**or**
```
2023-01-12 22:14:30 +10:00
$ git clone https://github.com/Quackster/Helios.Imager
2023-01-12 22:14:16 +10:00
$ git submodule update --init --recursive