- 15
- 336 644
straight_code
United States
Приєднався 15 тра 2018
Do you like cool DIY content where you learn how to make interesting things? This is like that but for coding! This is a space where you can learn about really cool and inspiring software projects, as well as how they were built, and how you can build them too. It doesn't matter if they are made in python, C++, Golang or anything in between. If it is cool and people can learn from the content, we want to make a video about it!
Dark Side of Sneaker Botting - MUST WATCH
Sign up to get insider tips: straightcodehypeschool.com
Check your own IP location: whatismyipaddress.com/
In this video, I wanted to address the inherent risks of sneaker botting. I also explain how proxies work, how to avoid being banned on sneakers sites, and what are the costs you should consider before you start shoe botting.
I hope you find this video useful, please like and subscribe. Let me know what you would like to see in my future videos in the comments below:)
Source:
www.businessinsider.com/most-valuable-sneakers-in-resale-world-2019-8
www.govtrack.us/congress/bills/116/hr5263
en.wikipedia.org/wiki/Better_Online_Tickets_Sales_Act
Check your own IP location: whatismyipaddress.com/
In this video, I wanted to address the inherent risks of sneaker botting. I also explain how proxies work, how to avoid being banned on sneakers sites, and what are the costs you should consider before you start shoe botting.
I hope you find this video useful, please like and subscribe. Let me know what you would like to see in my future videos in the comments below:)
Source:
www.businessinsider.com/most-valuable-sneakers-in-resale-world-2019-8
www.govtrack.us/congress/bills/116/hr5263
en.wikipedia.org/wiki/Better_Online_Tickets_Sales_Act
Переглядів: 2 063
Відео
Understand Sneaker Botting in 2020! (Beginners Guide)
Переглядів 3,8 тис.4 роки тому
Get your Insider Tips- www.straightcodehypeschool.com/ It's getting harder to find the right shoebot/sneaker bot in 2020! I am going to cover the different types of bots out there. I will walk you through how each one of them works. So you can make the best choice to buy/rent or even make one. If this video helps you get into sneaker botting, please like and subscribe! It will help us so much, ...
The Ultimate Guide to Proxies for Shoebots - DIY Python [Which Proxy Service is Best in 2020]
Переглядів 1,2 тис.4 роки тому
In this one we show you everything you need to know about proxies to run shoebots in 2020. Proxies are a really important step in getting some real Ws in your shoebot game. If you don't run proxies it is IMPOSSIBLE to ever be able to win at this game in any scale. I will show you how to integrate proxies into different types of custom built shoebots, using python. My favorite proxy service as r...
DIY Twitter Bot [Python] - The Ultimate Shoe Bot Monitor?
Переглядів 4 тис.4 роки тому
Twitter monitors are one of the best ways to get a shoebot at retail pricing! You may actually be able to get a shoebot for free using one. In this video we cover what twitter monitors are good for precisely and how to build one using python. Hopefully, this helps someone get a shoebot at retail!! Twitter monitor script will be available @ www.straightcodehypeschool.com/ within 24 hours after t...
A Change in Direction
Переглядів 9114 роки тому
Sign up to be the first to learn more: www.straightcodehypeschool.com/
Bed Time Story Machine | Optical Character Recognition and Text to Speech Tutorial
Переглядів 1 тис.4 роки тому
Hi guys in this one we wanted to find a fun way to teach beginners a python project they can get started in right away. So we built a bed time story machine!! This python tutorial uses first optical character recognition with opencv (cv2) and pytesseract to identify text in images. Then we show you how to convert that text to speech in less than 50 lines of code! We thought this would be a fun ...
Working with CSV Files in Python for Beginners [2019]
Переглядів 41 тис.5 років тому
In the above video, we show you how you can start working with CSV files in python. Whether that is to create new CSV files in python, modify existing CSV files in python or just to read a file and do things with the data in python. The video covers this process using the CSV built in python library. There are other ways to do this in python, but this method is the one that will most likely be ...
Algorithmic Stock Trading with Python - [The Ultimate Beginner's Tutorial]
Переглядів 15 тис.5 років тому
Download your algotrading script here - straightcode.net/learn/system/algo_trading This video is broken up into two parts. The first part will cover the history, types and current state of algorithmic trading. The second part of the video will go into a python tutorial where we help you build your first algorithmic trading bot. Before diving into the coding project, we discuss a little bit abou...
Scraping Historical Cryptocurrency Prices [Python Beautiful Soup & Selenium Tutorial]
Переглядів 10 тис.5 років тому
In this python tutorial video, we show you how you can scrape historical data for a cryptocurrency of your choice using beautifulsoup and selenium, from coinmarketcap. We capture all of the data going back as far as they have it and then automatically save it into a csv, all with python. Web scraping work with python is often times such an important early stage need for any sort of data analysi...
Creating a Shopify Shoe Bot in Python - [Part 2 Automated Purchasing]
Переглядів 47 тис.5 років тому
Sign Up Now to Get more FREE Shoe Bot Tutorials - www.straightcodehypeschool.com/ In part 2 of our series we show you how to take your Shopify shoe bot to the next step. Before watching make sure to check out part 1 here - ua-cam.com/video/-31Or1HSmyo/v-deo.html In this part of the series you will see how to automatically purchase a new rare release shoe as soon as it becomes available. This wa...
Creating a Shopify Shoe Bot in Python - [Part 1 Monitoring Shopify API]
Переглядів 50 тис.5 років тому
This video will take a deep dive into how to scrape Shopify sites to monitor them for new shoes with python. You will learn how to access the hidden Shopify API with requests and beautifulsoup as well as how to monitor for a certain item that you want to purchase in the video. This is part 1 of 2 videos. In part 2, we will complete the entire project and build the end to end tool which you will...
Real Time Stock Price Scraping with Python and Beautiful Soup
Переглядів 153 тис.5 років тому
This video covers how you can use python to do some webscraping. Using a simple example of capturing stock price data in real time, and updating it. Hopefully, after watching the video, you will have an idea of how useful web scraping can be for your own purposes. After you capture the data, whether you use it to create a simple customizable application or feed the data into a data processing p...
Python Example Tutorial: Web Scraping with BeautifulSoup and Requests
Переглядів 6 тис.5 років тому
In this video, I will show you step by step how to scrap data with BeautifulSoup Requests Python. Beautiful soup is Easy to use and very useful! Link to for scraping site: toscrape.com/ You can find out more about bs4 here: www.crummy.com/software/BeautifulSoup/bs4/doc/ You can find out more about requests here: docs.python-requests.org/en/master/ You can check out our website at: www.straightc...
Python For Beginners 01- Working with Numbers
Переглядів 5226 років тому
Python For Beginners 01- Working with Numbers
What I wish I knew about Python before I began
Переглядів 1,4 тис.6 років тому
Learn why python is the most amazing programming language you can begin with in 2018 today and how to get started. A little game made with Python and Pygame:ua-cam.com/video/aUCyfdzP-i8/v-deo.html MariFlow - Self-Driving Mario Kart w/Recurrent Neural Network: ua-cam.com/video/Ipi40cb_RsI/v-deo.html Stackoverflow: stackoverflow.com/ Python Tutor: pythontutor.com/visualize.html GitHub: github.com...
Inlcude a sleep statement inside the loop. So that you can wait like 30 seconds before you get the next current price.
Sadly the editor font was not clear. maybe make it larger on the next video?
Yahoo site code has changed and this no longer works
Does anyone know why this exact technique doesn`t work for Forex or BTC on yahoo finance? URL does not seem to work, only for these cases..
Love your video alot! With clear explanation and the logic behind is explained too! <3
Hi Can i contact you to create a reatime Hong Kong stocks scan with some strategies?
Hi Is it possible to get realtime data live( how long it will take) for ALL Hong Kong stocks and get a BUY alert when price> 10ema, 10ema> 20 ena and 20ema> 40ema? Thanks
hello
o meu não deu certo. porquê?
MORE Courses to create your Own BOT 2022: ua-cam.com/channels/TYXT-TktUaYZgbKkVZBsFw.html
You never made a video after this one, and it's dated back to Oct 2020. Hope you are fine and doing well. Please make further informative videos like these. Thank you.
Great tutorial but I keep getting an List index out of range index error. Anyone know what I'm doing wrong?
also me
me as well, did you fix it?
@@drako3664 no I can't :(
Change soup = bs4.BeautifulSoup(r.text, "xml") with soup = bs4.BeautifulSoup(r.text, "html.parser")
Beautifully explained. One query though - the stock price takes a long time to reflect the change in price, any specific reason. Thanks
How can i use csv file data to draw wireframes in opencv...
thanks a lot. Please continue to create videos about python. I'm not good at English, but your voice is so understandable. I understand each single vocab which you said, except "hover mouse"😅 Plz continue 🙏 Thanks
That was amazing !! I'm so bad at programming. I've watched the entire video for so many times which ended out a lot of questions and errors. I'm now doing a visualization of stock's program, wish me luck~~
5 months later, hope it worked out!
How bout the ones with user and password? How to put it in selenium?
Dope!
any idea how to stop getting the comments?
ok you said value is not changing because of trading is off once do this same for crypto trading which is 24/7/356 trading market value will not change because this code is useless
The thundering tire impressively tame because second beautifully shop throughout a disastrous beef. innate, distinct textbook
im completely new to coding and I have only done Hello world so far but im gonna be trying this soon, anything you would suggest differently now?
Hi does this still work? Or has CMC walled this data off?
it's fetch whole page every time loop run, it is not acceptable
I dont get this, my stock prices are not changing at all, i get the same price even when im looping the process
What about of using an API? What do you think?
Круто!
u guys left the hard part out where the s for checkout....
How can I see what is the json? You assumed is etc/products.json. What if the owner decided to name it differently?
Thank you so much. It really helped me a lot.
do more videos!!
Dear how can we scrap from broker webpage, if they have double authentication like - first is login second is PIN to enter?
A beautiful Soup from aa beeuutifuul girl, thanks dear for your hard work to humanity
Is this still up to date? Like is it working today?
Perhaps, but not all of it cos of the new anti bot stuff yk
@@Ava001 If you want to create your own sneaker bot please check this: ua-cam.com/channels/TYXT-TktUaYZgbKkVZBsFw.html
If you want to create your own sneaker bot please check this: ua-cam.com/channels/TYXT-TktUaYZgbKkVZBsFw.html
I already have selenium installed, but when I do "from selenium import webdriver" it says "no module named selenium". What do I do?
bonjour, quelqu'un peut m'aider svp ? Quand j'arrive à l'étape soup il me renvoie un tableau vide, il recupère pas les données. ça soup = bs4.BeautifulSoup(r.text, "lxml") renvoie [] (tableau vide). merci d'avance
You don't need to scrape the website. there are APIs to get stock data. You just do an api call and have the data handed to you
You can extract financial data with this method
The products.json list of products are these the whole store? Also the hidden coming soon products? How can I find the hidden products? Many thanks Michael
I had the same question
This video says it all , Even the best trades and the most profitable trading strategies won't be effective if you don't have strict money management rules in place to protect your winning trades, cut your losses and grow your account that is while I highly recommend Mr Romero pieto who indeed trades on my behalf making me earn more profits every week.
I admire his trade simplicity alot and his ability to utilise your investment and ensure it's profitable at the end.
Love his trading system , he ensure safe investment and better risk management.
Nice video sir.
Appreciate his profitable guidance and support on my trade making me earn more profit every week.
Danny west does Mr Romero pieto trade on behalf respective clients from France 🇫🇷 ?
Thanks , works wonderful.
when are your next videos? :(
Hi, very useful - I'd love to learn how to incorporate this script into javascript for use in a webpage
clean your fish tank
very helpful video, thanks, a heap!
ua-cam.com/video/t-L-FksNUJc/v-deo.html
CREATE YOUR OWN SNEAKER BOT 2022: ua-cam.com/channels/TYXT-TktUaYZgbKkVZBsFw.html
Ty! :D
I have this error This version of ChromeDriver only supports Chrome version 76
ua-cam.com/video/t-L-FksNUJc/v-deo.html
if you do it like in 10:15 will you not get banned from yahoo quite quickly ? Because you have a lot of request in a pretty short time span ?
I went through this video course twice on VSCode and it didn't work either time. Is there a difference in syntax between Spyder and VSCode that maybe wouldn't translate and is why I keep getting errors?
music is super weird and distracting.
Selenium webdriver is extremely slow even if you used a 2000mbps server or a headless browser the time it would take the bot you are showing to purchase and checkout a person could do it faster using click and point. Give us ideas on how to make the bot run faster and you will be doing great work no one else is offering.
I'm not sure where you got the idea that selenium bots are slower than people. They are probably 10x faster than a person. Regardless we would like to do a video like that, it's just really hard to come up with the time do so. For your own personal goals look into using requests with python 😊
@@straightcode when you ran the syntax in the video, it took 10 seconds to load the page lol sneakers sell out in less than 1-2 seconds lol I've written a bot or 2 here and there in selenium
@@rhhcreole well there are a few things. The longest part of the selenium running is opening the browser. So if instead of opening browser at launch you should already have them open at the destination site. Then they just navigate to the page and checkout. You would most likely have to slow it down nowadays for shopify.
@@rhhcreole in general you have to get a little creative with this stuff. But regardless selenium bots will work well, they may just need to be ran at scale
ua-cam.com/video/t-L-FksNUJc/v-deo.html