Metadata-Version: 2.1
Name: py-Ultroid
Version: 5.4b0
Summary: A Secure and Powerful Python-Telethon Based Library For Ultroid Userbot.
Home-page: https://github.com/TeamUltroid/Ultroid
Author: TeamUltroid
Author-email: teamultroid@protonmail.ch
License: GNU AFFERO GENERAL PUBLIC LICENSE (v3)
Description: # py-Ultroid Library
        A stable userbot base library, based on Telethon.
        
        ## Installation:-
        `pip install py-Ultroid`
        
        ## Usage:-
        => Create folders named plugins, addons, assistant, resources.<br/>
        => Add your plugins in plugins folder and accordingly.<br/>
        => Create .env file with `API_ID`, `API_HASH`, `SESSION`, 
        `BOT_TOKEN`, `BOT_USERNAME`, `REDIS_URI`, `REDIS_PASSWORD` & 
        `LOG_CHANNEL` as mandatory environment variables check
        [.env.sample](https://github.com/TeamUltroid/Ultroid/.env.sample).<br/>
        => Then run `python -m pyUltroid`<br/>
        
        ### Creating plugins:-
        `@ultroid_cmd(pattern="start$")`<br/>
        `async def _(e):`<br/>
        ㅤㅤㅤㅤ	`await e.reply("Ultroid Started")`<br/>
        
        
        Made with 💕 by [@TeamUltroid](https://t.me/TeamUltroid). <br />
        
        # Credits
        * [Lonami](https://github.com/LonamiWebs/) for [Telethon](https://github.com/LonamiWebs/Telethon)
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
