Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
eek#7574 edited this page Dec 10, 2020 · 2 revisions

v1 - documentation

Since v1 is basically only 2 functions, there's not much to put here.

Functions

postSync(content, *, url = "hastebin.com", retry = 5, find_fallback_on_unavailable = True, find_fallback_on_retry_runout = False)

  • Content [str]: The text to post. Note that most services only allow pastes up to 1mb in size.
  • url [Optional[str]]: The URL to use. Defaults to hastebin.
  • retry [Default[Integer]]