radars-furaffinity-api
FurAffinity wrapper for Node.js based on this wrapper
Stats are for the base branch!
Important: This project can only be used with Furaffinity's Modern style.
Installation
npm install furaffinity-api
APIs
Login(a: string, b: string)
Login to furaffinity use cookies
;// orconst Login = ; // to allow all results to be accessible, add your cookies;
Search(query: string, options: SearchOptions)
Searching for content:
;
Browse(options?: BrowseOptions)
Get results from Browse page:
; ;
Submission(id: string)
Looking up a specific submission:
; ;
User()
Get information of current logged in user:
; ;
Author(id: string)
Get information of an author:
; ;
Gallery(id: string)
Get results from someone's gallery:
; ;
Scraps(id: string)
Get results from someone's scraps:
; ;
WatchingList(id: string)
Get all watching authors of an author(can't get avatar):
; ;
MyWatchingList()
Login first Get all watching authors of current login user(can get avatar):
; ; ## Special Thanks - insert/furaffinityhttps://gitlab.insrt.uk/insert/furaffinity): furaffinity-api is based on this project. ## LicenseISC