GithubHelp home page GithubHelp logo

evdra-omens / toyhou.se Goto Github PK

View Code? Open in Web Editor NEW

This project forked from novan1ty/toyhou.se

0.0 0.0 0.0 102 KB

Toyhou.se is a basic project for web scraping Toyhou.ses

Home Page: https://www.npmjs.com/package/toyhou.se

JavaScript 49.82% TypeScript 50.18%

toyhou.se's Introduction

Toyhou.se

Toyhou.se is a basic project for web scraping Toyhou.se

Creator: Novanity#1148

Features

  • Easy-To-Use
  • Easy-To-Understand
  • 100% Beginner-Friendly

APIs

Toyhou.se | API (Recommended)

Novanity's API

Examples

// Toyhou.se

const Toyhouse = require('toyhou.se')

const Syias_URL = 'https://toyhou.se/4182489.syia'
const Syia = new Toyhouse(Syias_URL)

Syia.Links('PixelLeaf').then(Links => console.log(Links))
Syia.All().then(Syia => console.log(Syia))

Setup

// Toyhou.se API

const Fetch = require('node-fetch')

const Syia = 'https://toyhou.se/4182489.syia'
const Toyhouse_API = 'https:/toyhouse.novan1ty.repl.co/all?url=' + Syia
const Novanity = 'https://novanitys-api.novan1ty.repl.co/toyhou.se/all?url=' + Syia

Retrieving Data

// First Method

const Response = await Fetch(YOUR_CHOSEN_API)
const All = await Response.json()

console.log(All)

// Second Method

Fetch(YOUR_CHOSEN_API)
.then(Response => Response.json())
.then(All => console.log(All))

Methods

Character

  • Creator()
  • Character()
  • Profile()
  • Gallery()
  • Creation()
  • Tags()
  • All()

User

  • Stats()
  • Characters()
  • Arts()
  • Favorites()
  • Registration()
  • Worlds()
  • Literatures()
  • Username_Log()
  • Links()

Updates

  • V1

    Methods

    • Creator()
    • Character()
    • Profile()
    • Gallery()
    • Creation()
    • Tags()
    • All()
  • V2
    • Added User Methods.

      • Status()
      • Characters()
      • Arts()
      • Favorites()
      • Registration()
      • Worlds()
      • Literatures()
      • Username_Log()
      • Links()
    • Faster Response.

    • December 7, 2021

      • New User Method: Links()
      • Username parameter for user methods.

toyhou.se's People

Contributors

novan1ty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.