Metadata-Version: 2.1
Name: GODBOY
Version: 0.0.2
Summary: A Secure  and Powerful Python-Telethon Based Library For Userbots.
Home-page: https://github.com/GODBOYX/GODBOY
Author: GODBOYX
Author-email: rj05tilak@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE (v3)
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.6
Description-Content-Type: text/markdown
Requires-Dist: telethon
Requires-Dist: python-decouple (==3.3)
Requires-Dist: TgCrypto
Requires-Dist: python-dotenv (==0.15.0)
Requires-Dist: cloudscraper

## Usage
=> Create folders named `plugins`, `assistant` and `resources`.<br/>
=> Add your plugins in the `plugins` folder and others accordingly.<br/>
=> Create a `.env` file with `API_ID`, `API_HASH`, `SESSION`, 
   as mandatory environment variables<br/>
=> Run `python -m GODBOY` to start the bot.<br/>






