معرفی شرکت ها


autocord-1.5.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Discord API wrapper centered around automation
ویژگی مقدار
سیستم عامل -
نام فایل autocord-1.5.1
نام autocord
نسخه کتابخانه 1.5.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده walker
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/wa1ker38552/autocord
آدرس اینترنتی https://pypi.org/project/autocord/
مجوز -
![autocord banner 2](https://user-images.githubusercontent.com/100868154/222307879-ca12be88-c816-47dc-8769-b8e39dbdd986.png) **⚠️ Autocord is currently going through a complete re-write ⚠️** _An easy to use API wrapper centered around automation_ Autocord is a Python API wrapper for Discord centered around automation. Using Autocord, you can easily automate the boring stuff using Python. Features include, sending and recieving messages, changing settings, and creating tasks. Autocord helps you easily make selfbots without the hassle of using discord.py and absolutely none of that intents bs. Syntax is pretty straightforward, quite similar to discord py. **Installing ⚙️** <br> Requires: - requests > 2.28.2 - websocket > 1.5.1 `pip install websocket_client` - asyncio (aiohttp > 3.8.3)<br> `pip install autocord` **Features ✨** - Option to return data as JSON or Object - Easy selfbot setup - Easily customizable - Uses the discord user API **Quick Example ⚡** ```py import autocord client = autocord.Client('TOKEN') @client.event async def on_ready(): print(f"Logged in as: {client.user}") @client.event async def on_message(message): if message.content == 'ping': await message.reply('pong') await client.send(message.channel.id, f'Replied to {message.author.username}') client.run() ``` **Notes 📜** - No embed send support (autocord not meant to be used on actual bot accounts) - No attachment send support (working on it...) - `client.create_dm()` returns a `DmChannel` object. However, occasionally, you can't send messages without solving a captcha - Embed fields don't show


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl autocord-1.5.1:

    pip install autocord-1.5.1.whl


نصب پکیج tar.gz autocord-1.5.1:

    pip install autocord-1.5.1.tar.gz