Furaffinity-Request-Helper

Library to simplify requests to Furaffinity

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://updategreasyfork.deno.dev/scripts/483952/1549453/Furaffinity-Request-Helper.js

Aŭtoro
Midori Tsume
Versio
1.4.1
Kreita
2024/01/05
Ĝisdatigita
2025/03/07
Size
188 kb
Licenco
MIT

Furaffinity Request Helper

Helper Library (wrapper) for common Requests to Furaffinity. Also see docs on Furaffinity-Request-Helper

How to use

  • @require this script

  • Create a instance of the Class:

    const requestHelper = new FARequestHelper(2); // Where 2 is the max amount of simultaneous Requests for this instance.
    
  • Make a request using the created instance:

    requestHelper.UserRequests.GalleryRequests.Gallery.getPage("someusername", 1);
    

Feature Roadmap

Feature Status
Adding Gallery Requests ✅ Completed
⠀⠀⠀⠀Gallery ✅ Completed
⠀⠀⠀⠀Scraps ✅ Completed
⠀⠀⠀⠀Favorites ✅ Completed
⠀⠀⠀⠀Journals ✅ Completed
⠀⠀⠀⠀Browse ✅ Completed
⠀⠀⠀⠀Search ✅ Completed
Adding Personal User Requests ⠀⠀⠀⠀ ✅ Completed
Adding Search Requests ✅ Completed
Adding Submission Requests ✅ Completed
⠀⠀⠀⠀Fav and Unfav Submission ✅ Completed
Improving the Documentation ⬜ Planned
Adding more Requests ⬜ Planned

Documentation

For Documentation visit the docs on Furaffinity-Request-Helper