Skip to content

AS7RIDENIED/LOLZTEAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, Constants, Utils
from LOLZTEAM.API import Forum, Market, Antipublic
from LOLZTEAM.Tweaks import DelaySync, Debug, 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])
Debug().enable()

Documentation

Official Lolzteam documentation