Skip to content

A toyhou.se scraper written in Python to get character and profile data

License

Notifications You must be signed in to change notification settings

MyArtverse-Project/toyhouse-crawler

Repository files navigation

Toyhouse Crawler & API

Toyhouse banner

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.

Contributing

Prerequisites

  • Python 3.11 or higher

Installation

# 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"

License

GPL-3.0 © Fusky Labs Software

Releases

No releases published

Languages