Important Toyhouse doesn't have an official API, so we created a scraper to crawl and parse data from the site. That way, we can build a robust API for it.
We wrote this because there is no way to extract data from Toyhouse without an official Toyhouse API; built for anyone in general, not just strictly for MyFursona.
A toyhou.se scraper written in Python and FastAPI.
- Python 3.11 or higher
# Create a virtual environment
python -m venv venv
# Install Requirements
pip install -r requirements.txt
# Run the web server
python main.py
# Alternatively, run the scraper with the `username` argument
python scraper.py --username "OzzyTheDev"
GPL-3.0 © Fusky Labs Software