Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.
/ toyhouse_api Public archive

A webscraping API for fetching data directly from Toyhouse!

License

Notifications You must be signed in to change notification settings

erayalkis/toyhouse_api

Repository files navigation

Toyhouse API

Welcome! This is a Golang API for the popular content sharing website Toyhou.se.

Usage

API

The routes for the API are as follows:

  • /user/:userId

    • /user/:userId/details
    • /user/:userId/gallery
  • /character/:characterId

    • /character/:characterId/details
    • /character/:characterId/gallery

The code for this API can be found in ./lib.

GUI App

The code for the GUI app is located in ./gui. You can start a development environment by running npm i && npm run tauri dev

Note Please ensure that you have all the prerequisites for Tauri for this step.

License

Distributed under the MIT License. See LICENSE for more information.