Skip to main content

Another example of the library making the shad's robot

Project description

An example:

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:

from libraryshad import asyncio,Bot

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

How to import the shad's library

from libraryshad import Bot

How to install the library

pip install libraryshad==1.1.3

My ID in Rubika

@professor_102

And My ID Channel in Rubika

@python_java_source 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libraryshad-1.1.3.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

libraryshad-1.1.3-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page