/LOLZTEAM

A library that contains all the methods of the Lolzteam API (Market/Forum/Antipublic)

Primary LanguagePythonMIT LicenseMIT

Material Bread logo

Static Badge License

Installation

You can install the library using pip:

pip install LOLZTEAM

Usage

Import the LOLZTEAM modules and create an instance of the forum, market or antipublic class to start using the API:

from LOLZTEAM import AutoUpdate
from LOLZTEAM import Constants
from LOLZTEAM.API import Forum, Market, Antipublic
from LOLZTEAM.Tweaks import DelaySync, SendAsAsync, CreateJob

token = "your_token"

market = Market(token=token, language="en")
forum = Forum(token=token, language="en")
antipublic = Antipublic(token="Antipublic_key")

DelaySync(apis=[market,forum])

Documentation

Official Lolzteam documentation