A Discord Tool which checks for valid tokens and adds them to a server

A Discord Tool which checks for valid tokens and adds them to a server Choice 1 is for checking tokens Choice 2 is for adding tokens to server p.s: only give server invite code for example: instead of https://discord.gg/Gz2m7MrJ only give Gz2m7MrJ Only Supports socks5 proxies dw i will update proxies everyday xx you can add your own socks5 proxies or dm me for a fresh batch if anything happens to your discord account its not my responsibility If any […]

Read more

A simple Discord bot wrote with Python. Kizmeow let you track your NFT project and display some useful information

中文版 | English Ver A Discord bot wrote with Python. Kizmeow let you track your NFT project and display some useful information(e.g. market cap, floor price, total supply, eth price, gas fee, transaction history, display NFT owner, download original resolution NFT image…etc) by calling Etherscan and OpenSea API.(This repl is in development) If you like this project, please give me star on the upper right corner:) This repl is not finish yet. If you want to try, you can simply […]

Read more

Discord.py Bot Series With Python

YouTube Playlist: https://www.youtube.com/playlist?list=PL9nZZVP3OGOAx2S75YdBkrIbVpiSL5oc5 Installation pip install -r requirements.txt Python Packages Discord.py: https://discordpy.readthedocs.io/en/latest/intro.html Pillow: https://pillow.readthedocs.io/en/stable/installation.html Python-dotenv: https://pypi.org/project/python-dotenv/ Requests: https://pypi.org/project/requests/ Dateutil: https://pypi.org/project/python-dateutil/ Tabulate: https://pypi.org/project/tabulate/ Matplotlib: https://matplotlib.org/stable/users/installing.html Pandas: https://pandas.pydata.org/docs/getting_started/index.html Black: https://black.readthedocs.io/en/stable/installation_and_usage.html Documentations Discord: https://discord.com/developers/docs/intro Discord.py: https://discordpy.readthedocs.io/en/latest/index.html Pillow: https://pillow.readthedocs.io/en/stable/index.html GitHub View Github    

Read more

Boilerplate template for the discord-py-interactions library

Boilerplate template for the discord-py-interactions library Currently, this boilerplate supports discord-py-interactions==3.0.2 but will be updated for future version later on. To switch to a different version, check the branches main.py: A custom, dynamic cog loader is present. Write a cog following the template.py in /cogs/, place it in the /cogs/ directory, and it will automatically be loaded when the bot boots. Utilizes the logging library and implements an easy to use custom logger and formatter. All you need to do […]

Read more

The source code of the bot that displays erotic images on Discord

このコードはDiscord.pyとNeko APIを使ったNsfw画像表示ボットのソースコードです。 成人向けコンテンツを含むボットなので、不快になる方はこのボットの作成中止をおすすめします。 まず、install.batを起動してください。 そのあとに、config.json を開き自分のボットのトークンを “token” の欄に入れます。 その下の “prefix” という欄には ボットのプレフィクスを入れてください。 そうしたら、 起動.bat を開いて、起動完了です! MITライセンス このソースコードを無制限で使用することができます。 商用、非商用、改変、再配布などのことも許可されます。 ですが、著作権表示と英語のライセンス全文を使用者が目に留まる場所に置いてください。 このソースコードを使用して発生したいかなる損害も一切責任を取りません。ご注意ください。 © Hanakuso2525 GitHub View Github    

Read more

Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API

A fork of discord.py. PyCord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python. Key Features Modern Pythonic API using async and await. Proper rate limit handling. Optimised for both speed and memory usage. Supports Slash Commands, Context Menus and Message Components. Installing Python 3.8 or higher is required To install the library without full voice support, you can just run the following command:

Read more
1 2 3 4 5 6 10