Code With Swastik
Code With Swastik
  • 51
  • 1 392 839
How to create an Economy Discord Bot with a Stock Market using discord.py and sqlite | #1 [2024]
Here's how to make a Stock Market Simulator Economy Discord Bot using discord.py. In this video, you'll learn how to use sqlite and discord.py to create an economy bot that has a stock market system.
If you have any suggestions for future videos or questions, leave a comment below. While I may not be able to respond to everyone, you can join my Discord server for additional support: discord.gg/TXF3hBj
▬▬▬▬ Links Referenced in this Video ▬▬▬▬
My Server: discord.gg/TXF3hBj
Discord.py Github: github.com/Rapptz/discord.py
Discord.py Docs: discordpy.readthedocs.io/en/master/
▬▬▬▬ My Socials ▬▬▬▬
My Discord - discord.gg/TXF3hBj
My Twitter - codewithswastik
My Instagram - code_with_swastik
▬▬▬▬ Contents of this video ▬▬▬▬
0:00 - Intro
1:01 - Creating the Bot
14:13 - Outro
▬▬▬▬ Queries solved in the video: ▬▬▬▬
1) How to create an Economy Bot using discord.py
2) How to make a Stock Market in a discord bot
#discordpy #economybot #python
มุมมอง: 1 322

วีดีโอ

How to make your discord bot talk in a voice channel with discord.py | ElevenLabs Text to Speech API
มุมมอง 6K7 หลายเดือนก่อน
Here's how to make your Discord bot talk in a voice channel using discord.py and the ElevenLabs Text to Speech API. In this video, you'll learn how to use the ElevenLabs Python Library and discord.py to create a bot that can join voice channels and speak in them with an automatically generated voice. If you have any suggestions for future videos or questions, leave a comment below. While I may ...
What if ChatGPT became a Discord Admin?
มุมมอง 3.4Kปีที่แล้ว
This is how I made ChatGPT become a discord admin using discord.py. In this video, I about how I made a discord bot powered by GPT-3.5 that can manage a discord server on its own. It can create, edit, delete roles and channels, kick and ban members on it's own. Github link for the bot: github.com/CodeWithSwastik/overlord-gpt If you have any suggestions for future videos/doubts, leave it in the ...
How to create a VSCode Extension using Python | Part 1: Getting Started
มุมมอง 1.1Kปีที่แล้ว
This is how to create a visual studio code extension in python using vscode.py. In this video we'll create our first hello world extension in python and learn how it works. If you have any suggestions for future videos/doubts, leave it in the comments below. I might not be able to answer everyone but you can join my discord server for help: discord.gg/TXF3hBj ▬▬▬▬ Links mentioned in the video ▬...
How I made an Emojify Discord Bot using discord.py!
มุมมอง 3.6Kปีที่แล้ว
This is how I made an Emojify Discord bot using discord.py. In this video, I walk you through my process of building an emojify command that can convert any image into emojis! Github link for the bot: github.com/CodeWithSwastik/emojify-bot Keep in mind that the code might need to be tweaked a bit depending on whether you are using pycord, discord.py or any other fork! If you have any suggestion...
All you need to know about Select Menus in Discord.py & Pycord | Ultimate Python Guide
มุมมอง 55K2 ปีที่แล้ว
This is the Ultimate Python Guide on Select Menus with Discord.py or Pycord. In this video, I talk about how to create select menus in discord.py or pycord and how to respond to dropdown menu interactions. After watching this you'll know everything about Select Menus in discord.py or pycord. Ultimate Guide on Buttons: th-cam.com/video/kNUuYEWGOxA/w-d-xo.html If you have any suggestions for futu...
All you need to know about Buttons in Discord.py & Pycord | Ultimate Python Guide
มุมมอง 131K3 ปีที่แล้ว
This is the Ultimate Python Guide on Buttons with Discord.py or Pycord. In this video, I talk about how to create buttons in discord.py or pycord and how to respond to button clicks along with everything about Views. After watching this you'll know everything about Buttons and Views in discord.py or pycord. This video might also apply to other discord.py forks like Nextcord Enhanced discord.py ...
Discord.py is dead. What now?
มุมมอง 27K3 ปีที่แล้ว
In this video, I talk about what happened to discord.py, why it got discontinued, and it's alternatives. I also showcase the Pycord alpha, which is a fork of discord.py that already has application commands. If you have any suggestions for future videos/doubts, leave it in the comments below. I might not be able to answer everyone but you can join my discord server for help: discord.gg/TXF3hBj ...
How to make a Discord Bot with Python in 2021! (Discord.py)
มุมมอง 37K3 ปีที่แล้ว
In this video, we will create a Discord Bot with discord.py v1.7.3 in 2021. This is an updated version of the video where I showed how to do the same thing last year. If you have any suggestions for future videos/doubts, leave it in the comments below. I might not be able to answer everyone but you can join my discord server for help: discord.gg/TXF3hBj ▬▬▬▬ Some Useful Links ▬▬▬▬ Discord Devel...
Per Server Custom Prefixes in Discord.py with PostgreSQL and asyncpg
มุมมอง 10K3 ปีที่แล้ว
In this video, we will learn how to make a system where users can set custom prefixes for a Discord bot in python using discord.py, postgreSQL and asyncpg. This is the rework of the video where I showed how to do the same thing with JSON, but here it's with a database. You'll need to pip install asyncpg if you don't already have it installed! If you have any suggestions for future videos/doubts...
How to install and setup PostgreSQL in 100 seconds
มุมมอง 1.7K3 ปีที่แล้ว
In this video, we will see How to Install and setup PostgreSQL in 100 seconds using the Enterprise DB installer. Postgres download: www.postgresql.org/download/ If you have any suggestions for future videos/doubts, leave it in the comments below. I might not be able to answer everyone but you can join my discord server for help: discord.gg/TXF3hBj Some Useful Links - My Discord Server- discord....
How to make async requests in python with aiohttp
มุมมอง 4K3 ปีที่แล้ว
How to make async requests in python with aiohttp
How to make a Discord Bot Dashboard with Python | Part 3 (Designing with CSS)
มุมมอง 14K3 ปีที่แล้ว
How to make a Discord Bot Dashboard with Python | Part 3 (Designing with CSS)
How to make an AI Chat Bot with just 5 lines of Python Code in 2021!
มุมมอง 28K3 ปีที่แล้ว
How to make an AI Chat Bot with just 5 lines of Python Code in 2021!
How to add cooldowns to your discord.py commands | Python
มุมมอง 20K3 ปีที่แล้ว
How to add cooldowns to your discord.py commands | Python
How to make a Discord Bot Dashboard with Python | Part 2 (Using Quart and discord-ext-ipc)
มุมมอง 16K3 ปีที่แล้ว
How to make a Discord Bot Dashboard with Python | Part 2 (Using Quart and discord-ext-ipc)
How to make a Discord Bot Dashboard with Python (Flask) | Part 1
มุมมอง 35K3 ปีที่แล้ว
How to make a Discord Bot Dashboard with Python (Flask) | Part 1
MySQL Installation and Setup + How to connect Python with MySQL Database
มุมมอง 23K4 ปีที่แล้ว
MySQL Installation and Setup How to connect Python with MySQL Database
Intents - Discord.py v1.5 Important Update | How to make a discord bot with python
มุมมอง 18K4 ปีที่แล้ว
Intents - Discord.py v1.5 Important Update | How to make a discord bot with python
How to make a Custom Help Command with Discord.py | Python Tutorial
มุมมอง 36K4 ปีที่แล้ว
How to make a Custom Help Command with Discord.py | Python Tutorial
How to add text in images with Pillow | Python PIL Tutorial Pt. 2
มุมมอง 21K4 ปีที่แล้ว
How to add text in images with Pillow | Python PIL Tutorial Pt. 2
How to make a Giveaway bot with Discord.py | Giveaway Command [ Part 2 ]
มุมมอง 19K4 ปีที่แล้ว
How to make a Giveaway bot with Discord.py | Giveaway Command [ Part 2 ]
Image Manipulation with Pillow | PIL Tutorial + Image Command with Discord.py
มุมมอง 28K4 ปีที่แล้ว
Image Manipulation with Pillow | PIL Tutorial Image Command with Discord.py
How to make a Giveaway bot with Discord.py | Giveaway Command [ Part 1 ]
มุมมอง 31K4 ปีที่แล้ว
How to make a Giveaway bot with Discord.py | Giveaway Command [ Part 1 ]
Per Server Custom Prefixes in Discord.py | Making a discord bot Part: 9
มุมมอง 36K4 ปีที่แล้ว
Per Server Custom Prefixes in Discord.py | Making a discord bot Part: 9
How to set a Custom Changing Status with discord.py | Background Tasks
มุมมอง 48K4 ปีที่แล้ว
How to set a Custom Changing Status with discord.py | Background Tasks
How to make a Leaderboard in an Economy Discord Bot Python | Part 4 Discord.py 2020
มุมมอง 16K4 ปีที่แล้ว
How to make a Leaderboard in an Economy Discord Bot Python | Part 4 Discord.py 2020
How to get data from Reddit with Python | Praw Tutorial + Meme Command in a Discord Bot
มุมมอง 29K4 ปีที่แล้ว
How to get data from Reddit with Python | Praw Tutorial Meme Command in a Discord Bot
How to make a shop in an Economy Discord Bot Python | Part 3 Discord.py 2020
มุมมอง 21K4 ปีที่แล้ว
How to make a shop in an Economy Discord Bot Python | Part 3 Discord.py 2020
How to make an Economy Discord Bot Python | Part 2 Discord.py 2020
มุมมอง 27K4 ปีที่แล้ว
How to make an Economy Discord Bot Python | Part 2 Discord.py 2020