Code With Swastik
Code With Swastik
  • 51
  • 1 353 731
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
zhlédnutí: 119

Video

How to make your discord bot talk in a voice channel with discord.py | ElevenLabs Text to Speech API
zhlédnutí 310Před 21 hodinou
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?
zhlédnutí 2,9KPřed 4 měsíci
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
zhlédnutí 581Před 5 měsíci
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!
zhlédnutí 3,3KPřed rokem
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
zhlédnutí 53KPřed 2 lety
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: czcams.com/video/kNUuYEWGOxA/video.html If you have any suggestions for futur...
All you need to know about Buttons in Discord.py & Pycord | Ultimate Python Guide
zhlédnutí 127KPřed 2 lety
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?
zhlédnutí 27KPřed 2 lety
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)
zhlédnutí 37KPřed 2 lety
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
zhlédnutí 10KPřed 2 lety
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
zhlédnutí 1,6KPřed 2 lety
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
zhlédnutí 3,8KPřed 3 lety
How to make async requests in python with aiohttp
How to make a Discord Bot Dashboard with Python | Part 3 (Designing with CSS)
zhlédnutí 14KPřed 3 lety
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!
zhlédnutí 28KPřed 3 lety
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
zhlédnutí 19KPřed 3 lety
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)
zhlédnutí 16KPřed 3 lety
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
zhlédnutí 34KPřed 3 lety
How to make a Discord Bot Dashboard with Python (Flask) | Part 1
MySQL Installation and Setup + How to connect Python with MySQL Database
zhlédnutí 22KPřed 3 lety
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
zhlédnutí 17KPřed 3 lety
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
zhlédnutí 36KPřed 3 lety
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
zhlédnutí 20KPřed 3 lety
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 ]
zhlédnutí 19KPřed 3 lety
How to make a Giveaway bot with Discord.py | Giveaway Command [ Part 2 ]
Image Manipulation with Pillow | PIL Tutorial + Image Command with Discord.py
zhlédnutí 28KPřed 3 lety
Image Manipulation with Pillow | PIL Tutorial Image Command with Discord.py
How to make a Giveaway bot with Discord.py | Giveaway Command [ Part 1 ]
zhlédnutí 31KPřed 3 lety
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
zhlédnutí 36KPřed 3 lety
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
zhlédnutí 48KPřed 3 lety
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
zhlédnutí 16KPřed 3 lety
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
zhlédnutí 28KPřed 3 lety
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
zhlédnutí 20KPřed 3 lety
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
zhlédnutí 27KPřed 3 lety
How to make an Economy Discord Bot Python | Part 2 Discord.py 2020

Komentáře

  • @Kinoplaysgames..
    @Kinoplaysgames.. Před dnem

    bro insane coding 👍

  • @Hiphop602y
    @Hiphop602y Před dnem

    Love u sm, finally alive let's go 😎😎🥰

  • @l4y694
    @l4y694 Před dnem

    Love it, But please be continued btw love your videos ❤

  • @ayushanand9417
    @ayushanand9417 Před dnem

    3 videos in 9 days, Swas about to die for another year

  • @l4y694
    @l4y694 Před dnem

    Watching your videos for so long, love it keep it in progress

  • @Pawlo370
    @Pawlo370 Před 5 dny

    why I have only none or authorisation link?

  • @titancodes
    @titancodes Před 7 dny

    swas's back lessgoo

  • @Hiphop602y
    @Hiphop602y Před 7 dny

    Did we.... just get rickrolled???

  • @flicko0
    @flicko0 Před 8 dny

    wooooooo new upload!

  • @somerandomguy8772
    @somerandomguy8772 Před 8 dny

    make a vid on how to make a nuke (with python)

  • @tapu_
    @tapu_ Před 8 dny

    Elevenlabs only gives around 5-10 min of audio generation for free. It's nowhere near enough for even testing purposes. Only alternative I know of is fine-tuning and hosting your own instance of TortoiseTTS, which is far inferior to 11labs technology.

  • @aarav_
    @aarav_ Před 8 dny

    please make a video on how to host a bot for free

  • @ArshSahu
    @ArshSahu Před 9 dny

    good to see you upload

  • @Itsneil17
    @Itsneil17 Před 9 dny

    damn new upload, finally lol

  • @khsaad04
    @khsaad04 Před 9 dny

    epic

  • @ayushanand9417
    @ayushanand9417 Před 9 dny

    new upload? poggers!

  • @notanerd3141
    @notanerd3141 Před 9 dny

    Good tutorial, tbh. But how about the work command and cooldowns?

  • @d1zease
    @d1zease Před 11 dny

    how can i do an interaction_check when using discord.ui.view? im having some problems.

  • @Pawlo370
    @Pawlo370 Před 17 dny

    cool

  • @Pawlo370
    @Pawlo370 Před 17 dny

    why I have only none or authorisation link

  • @Pawlo370
    @Pawlo370 Před 17 dny

    discord.ext.commands.errors.ExtensionFailed: Extension 'funkcje.image' raised an error: TypeError: unsupported types given inside typing.Union[discord.member.Member, str]

  • @Pawlo370
    @Pawlo370 Před 22 dny

    how to make bot like mudae?

  • @LS_Wartaal
    @LS_Wartaal Před 29 dny

    A fresh comment after 3 years But I get the "sys:1: RuntimeWarning: coroutine 'Client._run_event' was never awaited" error Around 6:00

  • @ViciousGiftedBee
    @ViciousGiftedBee Před měsícem

    I dont have that button wth

  • @GlobalSpotlight
    @GlobalSpotlight Před měsícem

    How can I generate more button by click a single button?

  • @GlobalSpotlight
    @GlobalSpotlight Před měsícem

    Is a Channel in Discord private? If so how can I make it private for every user?

  • @ShomShom37
    @ShomShom37 Před měsícem

    you saved me, thx so much!

  • @azel099
    @azel099 Před měsícem

    Can you help me little, its important kinda

  • @HackedAccounts-ij6qo
    @HackedAccounts-ij6qo Před 2 měsíci

    Hey, bro! Teaches how to make a message input that can be read by the Bot. An example: User types: "I like bread" and the Bot reads his message and repeats.

  • @Untergrund_Koenig
    @Untergrund_Koenig Před 2 měsíci

    Can you show us how we can use the buttons and selects permanently? Because if the bot reconnects, the buttons and selects are no longer functional :(

  • @Zsombys-cookie
    @Zsombys-cookie Před 2 měsíci

    Hey swastik! I get error: "Unterminated string literal at **{prize}**!" I tried removing everything from there but i didn't work.

  • @nish1176
    @nish1176 Před 2 měsíci

    Bro what false is alive aintnoway

  • @nish1176
    @nish1176 Před 2 měsíci

    Bro fell off

  • @NotoriousArnav
    @NotoriousArnav Před 3 měsíci

    Try Translating this whole thing to Langchain. Its a Awesome Python Framework that should make it a Much bettwer program

  • @user-ti7rs9ss5i
    @user-ti7rs9ss5i Před 3 měsíci

    But how do you add functionality to the buttons added by the loop?? Since they're just empty templates

  • @GamerUA_MV
    @GamerUA_MV Před 3 měsíci

    Thanks, man, you really helped me understand how it works. Otherwise, my head was already boiling.

  • @robertlee2477
    @robertlee2477 Před 4 měsíci

    Thank you very much sir! Older tutorials didn't work

  • @imthesrpina
    @imthesrpina Před 4 měsíci

    0:03 nosql vs sql?

  • @LSHV
    @LSHV Před 4 měsíci

    I didnt know that people use that iterator, i always use .count

  • @LSHV
    @LSHV Před 4 měsíci

    AI is sooo silly

  • @tgwcp
    @tgwcp Před 4 měsíci

    is this self hostable? cause this is cool

    • @CodeWithSwastik
      @CodeWithSwastik Před 4 měsíci

      it is, just clone the repo and setup the .env with your bot token and api key an install the requirements

  • @mean-guy
    @mean-guy Před 4 měsíci

    Great video bud

  • @theuntraceable_
    @theuntraceable_ Před 4 měsíci

    hey im in the first 10 seconds of the video im probably famous yay but why are you in coding talk and not general you liar chat is active you're just not

    • @CodeWithSwastik
      @CodeWithSwastik Před 4 měsíci

      Every video needs a narrative and reality must be twisted to fit that narrative 🙄

  • @CrackyCreates
    @CrackyCreates Před 4 měsíci

    I like how everyone immediately went for the owner role

  • @j_r_-
    @j_r_- Před 4 měsíci

    omg this is so funny

  • @danielpalecek4090
    @danielpalecek4090 Před 4 měsíci

    yea, using chatbot andrea is better.

  • @PlayerFridei
    @PlayerFridei Před 4 měsíci

    Just wait till someone jailbreaks it.

  • @0AThijs
    @0AThijs Před 4 měsíci

    Very intresting, I'd love to see more project like these!

  • @nomcustom
    @nomcustom Před 4 měsíci

    I remember when I was 13,created my first serious discord bot, that was in 2020. It became verified later. I had to shut it down due to multiple reasons but this adventure without your channel would've been impossible. Thank you ❤ Edit changelogs: corrected impossible

  • @Hellscaped
    @Hellscaped Před 4 měsíci

    add an a at the end of your name and its suddenly german

    • @CodeWithSwastik
      @CodeWithSwastik Před 4 měsíci

      well I'm Indian and this name is a religious symbol much much older than when one German guy misappropriated it, maybe try reading up about it on Wikipedia

    • @Hellscaped
      @Hellscaped Před 4 měsíci

      @@CodeWithSwastik its sarcasm