Metadata-Version: 2.4
Name: xteam
Version: 3.1.1
Summary: A Secure and Powerful Python-Telethon Based Library For xteam Userbot.
Home-page: https://github.com/xteam-cloner/xteam
Author: TeamX
Author-email: xteamji@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE (v3)
Project-URL: Bug Tracker, https://github.com/xteam-cloner/xteam/issues
Project-URL: Documentation, https://ultroid.tech
Project-URL: Source Code, https://github.com/xteam-cloner/xteam
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >3.7, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: redis
Requires-Dist: hiredis
Requires-Dist: python-decouple
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# xteam Library

Core library of [xteam-urbot](https://github.com/xteam-cloner/xteam-urbot), a python based telegram userbot.

[![CodeFactor](https://www.codefactor.io/repository/github/teamultroid/pyultroid/badge)](https://www.codefactor.io/repository/github/xteam-cloner/xteam-urbot)
[![PyPI - Version](https://img.shields.io/pypi/v/xteam?style=round)](https://pypi.org/project/xteam)    
[![PyPI - Downloads](https://img.shields.io/pypi/dm/xteam?label=DOWNLOADS&style=round)](https://pypi.org/project/xteam)    
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/TeamUltroid/Ultroid/graphs/commit-activity)
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/xteam-cloner/xteam-urbot)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

# Installation
```bash
pip3 install git+https://github.com/xteam-cloner/xteam
```

# Documentation 
[![Documentation](https://img.shields.io/badge/Documentation-ultroid-blue)](http://ultroid.tech/)

# Usage
- Create folders named `plugins`, `addons`, `assistant` and `resources`.   
- Add your plugins in the `plugins` folder and others accordingly.   
- Create a `.env` file with following mandatory Environment Variables
   ```
   API_ID
   API_HASH
   SESSION
   MONGO_URI
   ```
- Check
[`.env.sample`](https://github.com/xteam-cloner/xteam-urbot/blob/main/.env.sample) for more details.   
- Run `python3 -m xteam` to start the bot.   

See more working plugins on [the offical repository](https://github.com/xteam-cloner/xteam-urbot)!

> Made with ♥️ by [@TeamX](https://t.me/xteam_cloner).    


# License
[![License](https://www.gnu.org/graphics/agplv3-155x51.png)](LICENSE)   
Userbot is licensed under [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) v3 or later.

# Credits
* [![TeamX-Devs](https://img.shields.io/static/v1?label=TeamX&message=devs&color=critical)](https://t.me/UltroidDevs)
* [Lonami](https://github.com/Lonami) for [Telethon](https://github.com/LonamiWebs/Telethon)




