Metadata-Version: 2.1
Name: py-Ultroid
Version: 1.3b0
Summary: #todo
Home-page: https://github.com/TeamUltroid/Ultroid
Author: TeamUltroid
Author-email: teamultroid@protonmail.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: carbonnow
Requires-Dist: cryptg
Requires-Dist: cairosvg
Requires-Dist: emoji
Requires-Dist: GitPython
Requires-Dist: googletrans (==3.1.0a0)
Requires-Dist: heroku3
Requires-Dist: imutils
Requires-Dist: lottie
Requires-Dist: lxml
Requires-Dist: moviepy
Requires-Dist: numpy
Requires-Dist: opencv-python-headless
Requires-Dist: Pillow (>=7.0.0)
Requires-Dist: play-scraper
Requires-Dist: pycairo
Requires-Dist: pydantic
Requires-Dist: PyDictionary
Requires-Dist: PyPDF2
Requires-Dist: python-decouple (==3.3)
Requires-Dist: pytz
Requires-Dist: redis
Requires-Dist: requests (>=2.18.4)
Requires-Dist: scikit-image
Requires-Dist: search-engine-parser
Requires-Dist: speedtest-cli (==2.1.2)
Requires-Dist: telegraph
Requires-Dist: telethon (>=1.19.0)
Requires-Dist: validators
Requires-Dist: youtube-dl
Requires-Dist: youtube-search-python

# Ultroid - UserBot
A stable pluggable Telegram userbot, based on Telethon.

![Python Version](https://img.shields.io/badge/Python-v3.9-red)
![Stars](https://img.shields.io/github/stars/CrazyCreatorr/ultroid)
![Forks](https://img.shields.io/github/forks/CrazyCreatorr/ultroid)
![Contributors](https://img.shields.io/github/contributors/TeamUltroid/Ultroid)
![License](https://img.shields.io/github/license/CrazyCreatorr/ultroid?style=flat-square)
![Size](https://img.shields.io/github/repo-size/CrazyCreatorr/ultroid)

<details>
<summary>More Info</summary>
<br>
  A stable, telethon based Telegram UserBot.  <br />
</details>

# Deploy 
- [Heroku](https://github.com/CrazyCreatorr/ultroid#Deploy-to-Heroku)
- [Local Machine](https://github.com/CrazyCreatorr/ultroid#Deploy-Locally)

## Deploy to Heroku
- Get your `API_ID` and `API_HASH` from [here](https://my.telegram.org/) and click the below button!  <br />  
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Deploy Locally
- Get your `API_ID` and `API_HASH` from [here](https://my.telegram.org/)
- Clone the repository: <br />
`git clone https://github.com/TeamUltroid/Ultroid.git`
- Go to the cloned folder: <br />
`cd Ultroid`
- Create a virtual env:   <br />
`virtualenv -p /usr/bin/python3 venv`   
`. ./venv/bin/activate`
- Install the requirements:   <br />
`pip install -r requirements.txt`   
- Generate your `SESSION`:   
`bash sessiongen`
- Fill your details in a `.env` file, as given in [`.env.sample`](https://github.com/CrazyCreatorr/ultroid/blob/main/.env.sample).    
(You can either edit and rename the file or make a new file.)
- Run the bot:   
`python3 -m ultroid`

Made with 💕 by [@TeamUltroid](https://t.me/TeamUltroid). <br />

# Credits
* [Lonami](https://github.com/LonamiWebs/) for [Telethon](https://github.com/LonamiWebs/Telethon)



