LOLZTEAM


NameLOLZTEAM JSON
Version 1.4.7 PyPI version JSON
download
home_pagehttps://github.com/AS7RIDENIED/LOLZTEAM
SummaryA library that contains all the methods of the Lolzteam API (Market/Forum/Antipublic)
upload_time2024-11-19 16:37:22
maintainerNone
docs_urlNone
authorAS7RID
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a href="https://zelenka.guru/threads/5523020/">
<img src="https://i.imgur.com/Vm2tOZh.png"/>
</a>

## Installation

*You can install the library using pip:*

```commandline
pip install LOLZTEAM
```

## Usage

*Import the `LOLZTEAM` modules and create an instance of the `Forum`, `Market` or `Antipublic` class to start using the API:*

```python
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

### [Forum](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Forum.md) - [Market](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Market.md) - [Antipublic](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Antipublic.md)
### [Utility](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Utils.md) - [DelaySync](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/DelaySync.md) - [BBCODE](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/BBCODE.md)

## Official Lolzteam documentation

### [Forum](https://docs.api.zelenka.guru/?forum) [Market](https://docs.api.zelenka.guru/?market) [Antipublic](https://antipublic.one/docs/?antipublic)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AS7RIDENIED/LOLZTEAM",
    "name": "LOLZTEAM",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "AS7RID",
    "author_email": "as7ridwork@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/69/91/20690478386144f6d659a9edc3f78041106137995f78a60a143c7b216687/LOLZTEAM-1.4.7.tar.gz",
    "platform": null,
    "description": "<a href=\"https://zelenka.guru/threads/5523020/\">\r\n<img src=\"https://i.imgur.com/Vm2tOZh.png\"/>\r\n</a>\r\n\r\n## Installation\r\n\r\n*You can install the library using pip:*\r\n\r\n```commandline\r\npip install LOLZTEAM\r\n```\r\n\r\n## Usage\r\n\r\n*Import the `LOLZTEAM` modules and create an instance of the `Forum`, `Market` or `Antipublic` class to start using the API:*\r\n\r\n```python\r\nfrom LOLZTEAM import AutoUpdate, Constants, Utils\r\nfrom LOLZTEAM.API import Forum, Market, Antipublic\r\nfrom LOLZTEAM.Tweaks import DelaySync, Debug, SendAsAsync, CreateJob\r\n\r\ntoken = \"your_token\"\r\n\r\nmarket = Market(token=token, language=\"en\")\r\nforum = Forum(token=token, language=\"en\")\r\nantipublic = Antipublic(token=\"Antipublic_key\")\r\n\r\nDelaySync(apis=[market,forum])\r\nDebug().enable()\r\n```\r\n\r\n## Documentation\r\n\r\n### [Forum](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Forum.md) - [Market](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Market.md) - [Antipublic](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Antipublic.md)\r\n### [Utility](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/Utils.md) - [DelaySync](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/DelaySync.md) - [BBCODE](https://github.com/AS7RIDENIED/LOLZTEAM/blob/main/LOLZTEAM/Documentation/BBCODE.md)\r\n\r\n## Official Lolzteam documentation\r\n\r\n### [Forum](https://docs.api.zelenka.guru/?forum) [Market](https://docs.api.zelenka.guru/?market) [Antipublic](https://antipublic.one/docs/?antipublic)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library that contains all the methods of the Lolzteam API (Market/Forum/Antipublic)",
    "version": "1.4.7",
    "project_urls": {
        "Homepage": "https://github.com/AS7RIDENIED/LOLZTEAM"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "699120690478386144f6d659a9edc3f78041106137995f78a60a143c7b216687",
                "md5": "77ac94f296fb3028e8e1f0fa67b748cb",
                "sha256": "3f865fe2c8a38ecaadbea620ff5142a651c5ee9735010cfe490c6d07b25a6c57"
            },
            "downloads": -1,
            "filename": "LOLZTEAM-1.4.7.tar.gz",
            "has_sig": false,
            "md5_digest": "77ac94f296fb3028e8e1f0fa67b748cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 40878,
            "upload_time": "2024-11-19T16:37:22",
            "upload_time_iso_8601": "2024-11-19T16:37:22.558831Z",
            "url": "https://files.pythonhosted.org/packages/69/91/20690478386144f6d659a9edc3f78041106137995f78a60a143c7b216687/LOLZTEAM-1.4.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 16:37:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AS7RIDENIED",
    "github_project": "LOLZTEAM",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lolzteam"
}
        
Elapsed time: 0.34715s