Metadata-Version: 2.1
Name: libraryshad
Version: 1.1.1
Summary: Another example of the library making the shad's robot
Home-page: https://rubika.ir/python_java_source
Author: mamadcoder
Author-email: mamadcoder@gmail.com
License: MIT
Keywords: rubika,bot,robot,library,rubikalib,rubikalib.ml,rubikalib.ir,rubika.ir,Rubika,Python,rubiran,pyrubika,shad,telebot,twine
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: pycryptodome==3.16.0
Requires-Dist: websocket_client
Requires-Dist: requests
Requires-Dist: rubiran==2.0.1
Requires-Dist: Pillow==9.4.0



## An example:
``` python
from libraryshad import Bot
import asyncio

bot = Bot(auth="Auth Account",key="Key Account")

gap = "guids"
async def main():
	data = await bot.sendMessage(gap,"mamadcodrr")
	print(data)
asyncio.run(main())
```


## An example:
``` python
from shad import asyncio,Bot

bot = Bot(session="1")
async def main():
	data = await bot.getChats()
	print(data)
asyncio.run(main())

```


### How to import the shad's library

``` bash
from libraryshad import Bot
```

### How to install the library

``` bash
pip install libraryshad==1.1.1
```

### My ID in Rubika

``` bash
@professor_102
```
## And My ID Channel in Rubika

``` bash
@python_java_source 
```
