Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

libertyernie/FAExportLib

Repository files navigation

FAExportLib

This is a C# (.NET Framework) library that interfaces with FAExport at https://faexport.boothale.net to allow access to FurAffiniy submissions.

If you want to act as a certain user (which lets you post journals and allows limiting what mature/adult submissions you see), create a FAUserClient object with the "a" and "b" cookies from FurAffinity. You can also just create a FAClient object, where all users and submissions will be accessible.

Supported endpoints:

  • GET /user/{name}
  • GET /user/{name}/{folder}
  • GET /user/{name}/journals
  • GET /search
  • GET /submission/{id}
  • POST /journal

Dependencies:

  • Newtonsoft.Json

Releases

No releases published

Packages

No packages published

Languages