How to build a Discord Bot to track Crypto Prices and keep running for 24/7 (part 3) --- with Python

  Рет қаралды 7,342

Andrew Fung

Andrew Fung

Күн бұрын

Пікірлер: 49
@Lucilfer0504
@Lucilfer0504 2 жыл бұрын
This is a great Tutorial :D im your new subscriber! i am not a programmer but somehow i understand the things you do. i am programming just a hobby or a past time xD nice vid !
@AndrewFungKinHo
@AndrewFungKinHo 2 жыл бұрын
Thank you for your support Kovkov ;)
@PeterYap0608
@PeterYap0608 3 жыл бұрын
followed all of your tutorial and copy your code but those commands are not working. i used command $list , then it shows ['noti', 'hitPriceTarget'] command $support Bitcoin , shows 'False' type 'Bitcoin' and nothing happens. Bot Token is using myself.
@tomikpc6153
@tomikpc6153 2 жыл бұрын
Same thing, but after 1 hour it randomly started working LOL
@cryptage1590
@cryptage1590 3 жыл бұрын
I'm getting TypeError: 'NoneType' object does not support item assignment on db['hitPriceTarget'] = 0. Also it says the server for flask is a dev server. How do I resolve it?
@makchunfoherman6644
@makchunfoherman6644 3 жыл бұрын
咁夜up 片,respect
@tobywos
@tobywos 2 жыл бұрын
@Andrew Fung Hi, when typing $support, every currency comes up as false and the other commands do not work either. My Token is correctly set so i am unsure of the issue, would appreciate some help, thank you.
@tomikpc6153
@tomikpc6153 2 жыл бұрын
Same but after 1 hour it randomly started working LOL
@mugnilabib5852
@mugnilabib5852 3 жыл бұрын
Hello sir. I have a problem,i typing $list in a discord but the bot's response ['hitPriceTarget','noti'] and if i typing bitcoin bot no respon,help my prombem sir
@JaSomNeviemKto
@JaSomNeviemKto 3 жыл бұрын
same
@mugnilabib5852
@mugnilabib5852 3 жыл бұрын
@@JaSomNeviemKto yeah i dono why
@titantitan120
@titantitan120 3 жыл бұрын
same issue
@NITROUSPEED2009
@NITROUSPEED2009 3 жыл бұрын
same
@abrahamdaza4160
@abrahamdaza4160 3 жыл бұрын
Same
@samyog4144
@samyog4144 3 жыл бұрын
hey I have done everything but the bot is not responding when I give a crypto's name.
@AndrewFungKinHo
@AndrewFungKinHo 3 жыл бұрын
Hi SAMYOG, no worries! You can try the following to debug: 1. Try the $list command to see if the bot is responding to commands 2. If it works, try to see if the crypto name you put in is in the list of coins 3. If it’s not supported in the list, try with the largest market cap cryptocurrencies like Bitcoin, Ethereum, etc. Please let me know if you have anymore problems ;)
@PeterYap0608
@PeterYap0608 3 жыл бұрын
entered Bitcoin but nothing happens
@roncruz6303
@roncruz6303 2 жыл бұрын
What to do if cryptocoin isn't available in the api?(smooth-love-potion)
@AndrewFungKinHo
@AndrewFungKinHo 2 жыл бұрын
Hey Ron, thank you for your question! You can choose other crypto API such as CoinMarketCap API which supports your crypto coin!
@timothybaciu2764
@timothybaciu2764 2 жыл бұрын
how do i set a price alert for lower priced crypto like ada, it gives me a value error invalid literal for int() when I want to set price to 1.8
@timothybaciu2764
@timothybaciu2764 2 жыл бұрын
i followed step by step and this bot can only set prices that are divisible by ten
@charlesangelomallari8918
@charlesangelomallari8918 3 жыл бұрын
This is a great video. I hope you can teach us how to make a bot that displays the price of tokens in its name and status
@awa7963
@awa7963 3 жыл бұрын
This, did you managed to find how to displays the price of token in its name?
@charlesangelomallari8918
@charlesangelomallari8918 3 жыл бұрын
@@awa7963 not yet, but I know that people use some code to do this
@awa7963
@awa7963 3 жыл бұрын
@@charlesangelomallari8918 Hope can find some tutorials soon
@adamrichard6724
@adamrichard6724 3 жыл бұрын
Such beautiful code and tutorial. It's sad that it doesn't work though.
@AndrewFungKinHo
@AndrewFungKinHo 3 жыл бұрын
Hi Adam, may I know which part of the tutorial did you encounter difficulties?
@alparslanhsu5179
@alparslanhsu5179 2 жыл бұрын
hey Andrew, I just wanna show one of bsc token price and holders on discord, How could I quickly, Is there any way?
@mmmmmmmmmmmmmmmmmmmmmmmmmmm._.
@mmmmmmmmmmmmmmmmmmmmmmmmmmm._. 3 жыл бұрын
Hello, thank you for your code, but for whatever reason I have a problem : this shows up TypeError: 'NoneType' object does not support item assignment on db['hitPriceTarget'] = 0 . Do u have any solution ?
@tomikpc6153
@tomikpc6153 2 жыл бұрын
Same thing, but after 1 hour it randomly started working LOL
@ashleyb4750
@ashleyb4750 2 жыл бұрын
Hi great video I'm going to try add this to my server! Do you think I could track gold price aswell? I've never done this before but need it for a crypto project I'm doing would be nice to have the gold price In discord 😀 Thanks for the help so far
@eduardoduarte5138
@eduardoduarte5138 3 жыл бұрын
Me: $list Bot:['hitPriceTarget', 'noti'] Me: $support bitcoin Bot: False What should I do?
@tommywang417
@tommywang417 2 жыл бұрын
Did anyone figure out a solution or did i waste like 2 hours watching all 3 videos?
@AndrewFungKinHo
@AndrewFungKinHo 2 жыл бұрын
Hey Tommy, may I know what problems are you experiencing?
@Yuzema
@Yuzema 3 жыл бұрын
Can you update it and make it able to show live price in the nickname and other info in the playing status?
@AndrewFungKinHo
@AndrewFungKinHo 3 жыл бұрын
Hi Yuzema, thank you for your comment and suggestion! May I know what do you mean by playing status? Do you mean like a live chart or dashboard?
@TheTrgo
@TheTrgo 3 жыл бұрын
​@@AndrewFungKinHo ​ Crypto Bot not showing prices when entering Crypto name when using the command $list receiving error ['noti', 'hitPriceTarget'] Do you have any idea what is wrong? I think some api are changed.
@PeterYap0608
@PeterYap0608 3 жыл бұрын
same problem that i facing now
@Yuzema
@Yuzema 3 жыл бұрын
@@AndrewFungKinHo what's your discord? I will send you an example.
@donnabel3722
@donnabel3722 3 жыл бұрын
ModuleNotFoundError: No module named 'keep_alive'
@AndrewFungKinHo
@AndrewFungKinHo 3 жыл бұрын
Hi Donna, you can go to your current project directory and then create a new file named keep_alive.py with the same content as the keep_alive.py in this link: github.com/Andrew-FungKinHo/KZbin/tree/main/Discord%20Crypto%20Bot . Let me know if there are any more problems!
@hangulstudyy
@hangulstudyy 3 жыл бұрын
New video out!!!
@kimbriansabando3532
@kimbriansabando3532 3 жыл бұрын
bot is not responding :(
@AndrewFungKinHo
@AndrewFungKinHo 2 жыл бұрын
Hey Kim, may I know what are the error messages that you experienced?
How does Cheap Discord Nitro work?
11:10
No Text To Speech
Рет қаралды 613 М.
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,8 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 11 МЛН
The TRIPLE FOLDING phone has a Problem.
12:54
Mrwhosetheboss
Рет қаралды 2,3 МЛН
Python: Making a Discord bot (Part 7: Cogs)
22:55
Lucas
Рет қаралды 200 М.
George Hotz | Just Chatting | how to actually win? | tinygrad.org
1:54:43
george hotz archive
Рет қаралды 62 М.
Creating a Discord Bot in Python 3.9 Tutorial (Fast & Easy)
12:59
GPU Mining Rig Buying Guide - All You Need To Know | The Basics
18:01
Mining Chamber
Рет қаралды 745 М.
AUTOMATE your Cryptocurrency Price Alerts in Python Tutorial
14:47
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,8 МЛН