Web Scraping With Python 101

Поділитися
Вставка
  • Опубліковано 17 лис 2020
  • Web Scraping With Python 101
    Break The Code and Win a Macbook Pro - go.tech/btckalle
    Follow me on instagram: / kallehallden
    LiveCoder channel: / @livecoder7639
    "Clean Code Friday"
    If you want to receive one short email from me every week, where I go through a few of the most useful things I have explored and discovered this week. Things like; favourite apps, articles, podcasts, books, coding tips and tricks. Then feel free to join kalletech.com/cleancode/
    CONTACT: contact@kalletech.com
    Follow me on:
    TWITCH: / kallehallden
    INSTAGRAM: / kallehallden
    TWITTER: / kallehallden
    GITHUB: github.com/kallehallden
    VIDEO EDITOR: editingmachine.com (use coupon code KALLE to get 50% off your first month)
    --------------------------------------------------------------------------------------------------------
    GEAR:
    kalletech.com/tech/
  • Ігри

КОМЕНТАРІ • 536

  • @Hallden_
    @Hallden_  3 роки тому +194

    I was first going to just grab the title of a video and utilize the .text method of find_element_by_xpath method. But felt it was not as interesting as clicking on a video. So for the people saying that this is ”not web scraping”, technichally they are right since I am not extracting data from a site. But, doing that would look exactly the same except instead of using .click() you would end it with .text. (You would also need to get the title element from the UA-cam page). So for the purpuses of getting someone started from zero knowledge to being able to start doing web scraping, this difference is not important :)

    • @akashbalaji8988
      @akashbalaji8988 3 роки тому +1

      Your are doing a really great job. Could you make a video about yourself i mean which u have studied etc etc.

    • @akashbalaji8988
      @akashbalaji8988 3 роки тому +3

      Can you also make a video on Ubuntu and how good it is for programming

    • @keenanfernandes1130
      @keenanfernandes1130 3 роки тому +5

      I would agree but for the sake of those who "complain" maybe adding a "disclaimer" of some sort would be better.

    • @21Something.
      @21Something. 3 роки тому +2

      I do not know anything about coding, programming and do not understand a single word about it. I only watch your videos to see your beautiful smile and eyes. There, I had to say it. 😊

    • @pup4301
      @pup4301 3 роки тому +2

      Bruh, just type notepad in the command prompt to open up text files. You can do this with visual studio code as well.

  • @erozionzeall6371
    @erozionzeall6371 3 роки тому +497

    What video was supposed to be: Webscraping with Python
    What the video actually was:
    Roasting windows

    • @MikeD-qx1kr
      @MikeD-qx1kr 3 роки тому +11

      Full of ads actually...borderline clickbait

    • @markfernandomaligmat698
      @markfernandomaligmat698 3 роки тому

      LoL

    • @neelbanga
      @neelbanga 3 роки тому +1

      @@nuwankarunaratne4772 Too good!!!!

    • @pyp2205
      @pyp2205 3 роки тому +3

      What he probably doesn't know, is that there's a Linux Subsystem feature in Windows. And you can use Linix in Windows. Try it you'll love it!

  • @Yugo_Doom_Scroller
    @Yugo_Doom_Scroller 3 роки тому +168

    Him: my desires are unconventional
    Her: show me
    Him: *runs the python script*

  • @cyberdash
    @cyberdash 3 роки тому +43

    0:04 good heavens, what even was that

  • @jonathansgarden9128
    @jonathansgarden9128 3 роки тому +5

    "I certainly do" in the beginning made me subscribe immediately. Weird humor is the best.

  • @seanobbb
    @seanobbb 3 роки тому +8

    i've done quite a bit of web scraping in c# and python, but man you just made my life so much easier showing how to copy the xpath in chrome.

  • @TheWindsofWonder
    @TheWindsofWonder 3 роки тому +6

    0:04 I absolutely love when you do something that I wouldn't expect you to do lol. I just know this channel is going to blow up!

  • @preyes77
    @preyes77 3 роки тому +24

    When using Vim with a dark terminal background, add "set bg=dark" to your ~/vimrc file. You can also just set it temporarily by typing ":set bg=dark" (without quotes) in Vim when in normal mode (not in insert mode). This will make colorized text a whole lot easier to read.

  • @JacksonWelch
    @JacksonWelch 3 роки тому +4

    Video quality has improved 1000x in the last year. Great stuff

  • @rickr937
    @rickr937 3 роки тому +112

    There was no Web Scraping. This was literally just setting up selenium

    • @alwinvillero4404
      @alwinvillero4404 3 роки тому

      lmao

    • @WillyJL
      @WillyJL 3 роки тому +4

      requests > selenium
      and thats fax

    • @arjix8738
      @arjix8738 3 роки тому +1

      @@WillyJL indeed, selenium is only good when there is no other way to get the result you are looking for.

    • @WillyJL
      @WillyJL 3 роки тому +1

      @@arjix8738 exactly, I recently made a full fledged captcha bypasser with voice recognition and vpn switching using selenium, but thats the only project I used it for (apart from the first testing projects we all do to get the gist of how it works)

    • @FABRIGS015
      @FABRIGS015 7 місяців тому

      Lmao

  • @thundrstruck87
    @thundrstruck87 3 роки тому +4

    Thanks a lot for the video Kalle! The one I had done is a different way for sure and appears much more simpler. Lookin forward to your next video!

  • @tomasb92
    @tomasb92 3 роки тому +2

    I been loving the videos lately man, you make mundane stuff cinematic an interesting, thanks!

  • @BoloBit64
    @BoloBit64 3 роки тому +20

    knowledge of python: "Check." Knowledge of web scraping:" I certainly do." hahaha that made me laugh like Muttley (aka a wheezy snicker)

  • @noah77
    @noah77 3 роки тому +41

    0:04
    LMAO

  • @joaoparis2852
    @joaoparis2852 3 роки тому +116

    "opening files in windows sucks"
    *googles how to open files in windows*
    "windows actually has the simpler way of opening files"
    😂😂😂
    Maybe we are too hard on windows 😅

    • @Kenjuudo
      @Kenjuudo 3 роки тому

      ​@@letusplay2296
      @echo off

      ::-------
      :: Usage
      ::-------

      GOTO START

      :USAGE
      echo.
      echo Usage:
      echo.
      echo example_spectral_index.bat inputRasterFilename spectralIndex outputRasterFilename
      echo.
      echo Example:
      echo.
      echo example_spectral_index.bat "c:/input.dat" "Normalized Difference Vegetation Index" "c:/output.dat"
      echo.

      exit /B 1

      :START
      if [%1]==[] GOTO USAGE
      if [%2]==[] GOTO USAGE
      if [%3]==[] GOTO USAGE

      ::----------------
      :: Input Arguments
      ::----------------

      :: Input arguments are strings
      set "input_file=%1"
      set "spectral_index=%2"
      set "output_raster_uri=%3"

      :: Remove double quotes from the arguments, if any
      set input_file=%input_file:"=%
      set spectral_index=%spectral_index:"=%
      set output_raster_uri=%output_raster_uri:"=%

      :: Now put double quotes around each input argument
      set input_file=^"%input_file%^"
      set spectral_index=^"%spectral_index%^"
      set output_raster_uri=^"%output_raster_uri%^"

      ::---------------------------------------------
      :: Build input JSON describing the task to run.
      ::---------------------------------------------

      set json={
      set json=%json% "taskName" : "SpectralIndex"
      set json=%json% ,"inputParameters" : {
      set json=%json% "input_raster":
      set json=%json% {"url" : %input_file%, "factory":"URLRaster"}
      set json=%json% ,"index" : %spectral_index%
      set json=%json% ,"output_raster_uri": %output_raster_uri%
      set json=%json% }
      set json=%json%}

      ::------------------------------------------------
      :: Get the location of the envitaskengine relative to
      :: the location of this script.
      ::------------------------------------------------
      set mypath=%~dp0
      ::now go up to levels
      pushd %mypath%
      cd ../..
      set loc=%CD%
      popd

      ::--------------------------------------------
      :: Run the task.
      :: Task output JSON will be written to stdout.
      ::--------------------------------------------
      echo %json% | "%loc%/bin/bin.x86_64/envitaskengine"

    • @babyyodar3426
      @babyyodar3426 2 роки тому

      i love windows and despise mac, never tried linux tho

  • @wilmerkluever7379
    @wilmerkluever7379 3 роки тому

    Im glad to see this type of content back! I was scared you turned into a 'Look at my life' guy, but luckily you're back on programming!

  • @xixReact
    @xixReact 3 роки тому +17

    hope you're having a good day Kalle

    • @reezzrex0690
      @reezzrex0690 3 роки тому

      ❤️❤️❤️
      Love Your Videos
      🔥🔥🔥

  • @royz_1
    @royz_1 3 роки тому +17

    Webscraping 101: always try to identify an element with an id first

    • @torrebooksapp9508
      @torrebooksapp9508 3 роки тому +1

      and most importantly don't copy the xpath expression from the chrome inspector build your own

    • @milanscienceacc3041
      @milanscienceacc3041 3 роки тому +1

      @@torrebooksapp9508 why?

    • @torrebooksapp9508
      @torrebooksapp9508 3 роки тому

      @@milanscienceacc3041 you want to make sure your selector is as accurate as possible and will work even if some changes are applied to the website structure. when you copy an xpath or css selector from the browser inspector in most cases it will be prone to break on the smallest changes cause it follows a tree structure from parent to child to generate a selector, sometimes it will generate a good enough selector though that's why i recommended to always do it manually

    • @arjix8738
      @arjix8738 3 роки тому +1

      @@torrebooksapp9508 or use css, css is much better...

    • @fazjab
      @fazjab 3 роки тому

      how do I extract only text without opening up the browser in my PC

  • @saltylelele
    @saltylelele 3 роки тому +2

    Very nice and useful. Was getting started with webscraping soon anyway, but this helps a lot

  • @damjanzimbakov5886
    @damjanzimbakov5886 3 роки тому +1

    This, hacking wifi passwords, hacking into a car and a lot more are videos that inspire so many young teenagers to start programming.
    Nice job.

  • @subhamsubhasispatra
    @subhamsubhasispatra 3 роки тому +2

    I've been waiting for this video so long .

  • @eliotportevin5714
    @eliotportevin5714 3 роки тому +44

    This has just given me sooo many ideas on how I could annoy everyone I know

    • @DavidCVdev
      @DavidCVdev 3 роки тому

      how tho?

    • @eliotportevin5714
      @eliotportevin5714 3 роки тому +3

      @@DavidCVdev just imagine making their Google Chrome open up some pages they wouldn't want to see...

    • @MrLonely77
      @MrLonely77 3 роки тому +13

      @@eliotportevin5714 Never gonna give you up, never gonna let you down...

  • @chriskaprys
    @chriskaprys 3 роки тому +1

    Funny that you posted this today!
    I just dipped back into python today because I wanted to find a way to manually fuzz a URL.
    After noticing that the youtube banner image cropping happens on their server side rather than in html, and that if you play around with some parameters in the URL within hex range (0-f) you can get the image to load in with different crops, I wanted to find the parameter values that would load the largest version/resolution of the image.
    So I discovered selenium and got my script working with a handy little GUI (using tkinter).
    But now I want to play more with selenium's webdriver library and make a URL fuzzer that will, e.g., test against 40X vs. 200 responses to automate the process of finding the limits of ambiguous parameters.
    Say, speaking of opening files into the OS's GUI from command line, on Unix (& linux?) you can type use 'open .' to open the current directory in the GUI (e.g. on Mac if your working directory in command line is '/User/someone/Downloads' and you type 'open .' then Finder will open the 'Downloads' folder).
    I find that handy when switching between command line and GUI navigation. 👍

  • @sebmandal
    @sebmandal 3 роки тому +1

    EXACTLY WHAT I WANTED AND NEEDED RIGHT NOW! THANK YOU KALLE :D

  • @prod.kashkari3075
    @prod.kashkari3075 3 роки тому

    I kinda always use selenium for scraping + automation. Should I be combining selenium with bs4? Like selenium for automation and bs4 for html parsing? Or is my approach good and would I be more inefficient if I incorporated bs4?

  • @TheLVA99
    @TheLVA99 3 роки тому +1

    The sheer number of videos You put out every week is amazing!
    I found about Your channel not long ago, but I'm loving it!
    Keep up the good work 👍

  • @fuadhafiz7592
    @fuadhafiz7592 3 роки тому +1

    This was very engaging. Please do more content in this format. From a 13 year old from England :)

  • @ugurcandemir1
    @ugurcandemir1 3 роки тому +4

    I've subscribed this channel for a really long time and it is getting better and better unstoppably.
    QUICK REQUEST: Kalle, do you have any experience with cloud computing ? If you have, can you film a video about it?

  • @13Daniel37
    @13Daniel37 3 роки тому

    love your creativity bro, for sure you are enjoying creating videos and coming up with cool stuff. 100% would watch all kind of content from you, thanks for entertainment

  • @RossittoS
    @RossittoS 3 роки тому

    Great! Thanks for making this quick video with a lot of good content! Congrats!

  • @Krcha13
    @Krcha13 3 роки тому

    Hey man thanks to your tutorials for automating things with Python few weeks ago I got inspired and I've wrote a bot for job applications in Selenium and it got me a few interviews! :))

  • @webslinger2011
    @webslinger2011 3 роки тому +2

    You can also do this using UiPath. It has GUI and the community version is free. Then dump the info into an excel file. Some knowledge on VB and C# needed for more advanced options.

  • @joseprotger8950
    @joseprotger8950 3 роки тому

    Do you have to create an environment every time you want to create a python web scraping script or just once and use the same all time?
    Sorry if it's a very noob question

  • @raghu8705
    @raghu8705 3 роки тому

    This's like a tutorial bro!
    I love your tech videos as a vlog. Your channel is also moving as a tut!!!!

  • @developMe
    @developMe 3 роки тому

    I like your videos, they are of good quality and you bring very great value! 😁

  • @abdulfattah6978
    @abdulfattah6978 3 роки тому +2

    i just wondering what happened to your investment ?which is u using pythoon to auto trade.

  • @3HY_
    @3HY_ Рік тому +2

    With the goofy windows code at the start, it is windows batch, first created in 1981 was used fo run most windows operated machines and still is very useful in 2021! This was my first coding language so I'll explain it:
    echo is the eqivilent command of print so
    print("example") == echo example
    Adding the full stop afterwards makes it blank eqivilent as print(" ")
    Then the > just outputs the result to a file of your choice if it existes already it will override it bug if it doesent then it will create a new one...
    echo. >yourfile

  • @stevejohnson9266
    @stevejohnson9266 2 роки тому

    Great stuff Kalle, I like very much your style of teaching, keep up the good work which I hope in teaching us wanna be programmers you are making some money at!

  • @jorislimonier8508
    @jorislimonier8508 3 роки тому +4

    Cool video ! Very instructive, quick and clear. I liked it way better than other style of videos like "A day of Meetings".
    I find this kind of tutorial to be more interesting than the vlog-type videos.
    Keep it up 💪🏻

  • @bader51500
    @bader51500 3 роки тому +1

    Is there a way to use javascript for webscraping?
    Because ifttt doesn't allow filtering codes in python

  • @bekithembamatshazi7291
    @bekithembamatshazi7291 3 роки тому +2

    Im new at this..
    Can you use an IDE like VS or does it have to be on cmd?

    • @piotr7345
      @piotr7345 3 роки тому

      You don't have to necessarily use the command line, but it's pretty useful. If you want to use IDE, no matter which one, you'll definitely find all answers on the internet ;)

  • @Zydres_Impaler
    @Zydres_Impaler Рік тому +5

    UPDATE:
    In recent updates; browser.find_element_by_xpath() is deprecated
    instead use;
    path = "//*[@id="thumbnail"]"
    browser.find_element( 'xpath' , path)

  • @kostas6915
    @kostas6915 Рік тому

    Hello a technical question: can we web scrap an html table when a login is required for access to that page? (assuming we have the credentials ofcourse)

  • @leonardsiebels2377
    @leonardsiebels2377 3 роки тому

    Actually, This is the content I’m looking for on a daily basis. Again I really had to laugh about the windows jokes. 😅 Hope that there will come more of this stuff in the future. Great praise!

  • @stevediks8712
    @stevediks8712 3 роки тому +1

    I have actually made a project which keeps checking if any reservation slots pop-up/come free at my closest gym because it is almost always completely reserved. This way I will be the first one to reserve an upcoming free slot when someone deregisters.

  • @PrinceDalsaniyaYT
    @PrinceDalsaniyaYT 3 роки тому +6

    this will be the class I really want to attend in all of my lockdown classes.😂👍🏻

  • @thefubuking9919
    @thefubuking9919 3 роки тому +4

    hello i am pretty new on your channel and started my journey of learning coding in python earlier this year and i was looking for easy projects to do and that video looks really good definitely going to try it keep up the good work and hope wewill have more 101 video . Maybe you could do a 101 video each time you do a a build in one day ?

    • @yunikG
      @yunikG 2 роки тому +1

      just checking up upon, you still progressing?

  • @AznBMan75
    @AznBMan75 2 роки тому

    Hi, if you develop in a virtualbox with ubuntu/visual studio code/python/selenium, can you run the program on windows(microsoft)/python different computer?

  • @SriRam-qv3zt
    @SriRam-qv3zt 3 роки тому

    You really mastered the art of into
    Intros

  • @martinr.4795
    @martinr.4795 3 роки тому

    Thats increible how you can do a video everyday with this quality.

  • @atrbulldog5955
    @atrbulldog5955 3 роки тому

    does the webscraper have to open up my chrome to scrap, or is there a way that I can just run a scraper script and it does it thing in the background?

  • @praneethtt6052
    @praneethtt6052 3 роки тому

    LOL wat a timing jus now stuck with an error for 4hrs, suddenly got notification of this video and viola!!!... got the solution ... THX Kalle!!!

  • @isnakolah
    @isnakolah 3 роки тому +1

    The ad got me at the PS5😂😂

  • @navjots35
    @navjots35 3 роки тому +5

    2:02 Finally! I Switched to Manjaro. Going Good!

  • @sagishlesinger9131
    @sagishlesinger9131 2 роки тому

    what line of code do I need to add to make it write something?

  • @krono996
    @krono996 3 роки тому +10

    I literally started a small webscraping python project 2 days ago lol

    • @afsalmuhammed4239
      @afsalmuhammed4239 3 роки тому

      Yesterday 🤣🤣🤣

    • @hola_chelo
      @hola_chelo 3 роки тому +1

      Same, started one yesterday to check for computer parts prices. I'm using beautifulsoup tho but I will try selenium

    • @-__--__aaaa
      @-__--__aaaa 3 роки тому

      @@hola_chelo can u extract data without bs4 only with regular expression

  • @mohdadib503
    @mohdadib503 3 роки тому

    Great one to watch laugh and learn at the same time !! Need more content likr this !!

  • @megadaveeeeeeeeeee
    @megadaveeeeeeeeeee 3 роки тому +3

    Use powershell, it uses a lot of syntax like unix systems

  • @expatrocious
    @expatrocious 3 роки тому +1

    This helped a lot thank you

  • @ghosthookcc2050
    @ghosthookcc2050 3 роки тому +4

    Ey that thumbnail code is one of my background pictures...

  • @simi6996
    @simi6996 3 роки тому +3

    That intro 😂💯

  • @isaiah-hamilton
    @isaiah-hamilton 3 роки тому

    Thank you so much I really needed this.

  • @aakashjana6225
    @aakashjana6225 3 роки тому +1

    I would be happy if the video was longer and accomplished some automation project in the end. Also xpath can be a bit tricky so some explanation of xpaths in future videos would be great. I think i wont mind a web scraping 102. 😉

  • @andrewwinkler9390
    @andrewwinkler9390 2 роки тому +1

    I love the video by the way but when I try to open the file it immediately closes and second when I type in vim web it says 'vim' is not recognized as an internal or external command,
    operable program or batch file. how to I fix this. also when I install selenium it does a huge paragraph of code, is that normal. I know this is a little late to make a comment on a video but I want to learn how to code really bad using python because I tried c++ but I was very complicated and python looked easier from a beginners view.

  • @mohda3491
    @mohda3491 3 роки тому +2

    WOW I REALLY LIKE THE WAY HE TEACHES. KEEP IT UP 👍 WE WANT MORE TUTORIAL VIDEOS PLEASE ♥️

  • @k2theboss47
    @k2theboss47 3 роки тому

    How do you execute the script in the background?

  • @volkswagenleases
    @volkswagenleases 3 роки тому

    Any chance of making the same tutorial for MAC users?

  • @ianlawson94
    @ianlawson94 2 роки тому +5

    Hey Kalle, this was a super simple and down-to-earth tutorial! Fantastic Job!

  • @89robbied
    @89robbied 3 роки тому

    How do you feel about Windows Kalle?

  • @pranshubhatnagar6236
    @pranshubhatnagar6236 3 роки тому +4

    Hey, i have been web scraping with scrapy and python for a long time.
    I want to get started as a freelance web scraper, but nobody gives a project to a newbie...any suggestions for me will help a lot.

    • @splashoui3760
      @splashoui3760 3 роки тому

      What kind of jobs you can do with web scraping ? Any examples ?

    • @pranshubhatnagar6236
      @pranshubhatnagar6236 3 роки тому

      @@splashoui3760 collecting data from website

    • @pranshubhatnagar6236
      @pranshubhatnagar6236 3 роки тому

      Like... if you have to get data of restaurant of a particular place in a City from a website...

  • @animeblaze10
    @animeblaze10 3 роки тому

    Hey can u please tell me how you maded that intro pleaseeeeee

  • @WillOstrick
    @WillOstrick 2 роки тому

    great content, and LOVE the intro !!

  • @pranjaldas1762
    @pranjaldas1762 3 роки тому

    Hello Kalle, I must tell you that I've tried it and it was really fun. Waiting for the next videos ....

  • @axel9546
    @axel9546 Рік тому

    Hi!
    Is it possible to webscrape some data and use that information to make a nice dashboard, tailored only to some data we are interested in?
    Topic: real estate auctions

  • @onuryuce9484
    @onuryuce9484 2 роки тому

    So, how can I get data which is in a time interval? I mean what should I do for example while geting data for 2 years(2017-2019) and eliminate the weekends. I want to have only weekdays data.
    Thanks.

  • @guilherme3537
    @guilherme3537 2 роки тому

    this man is really a senior developer. He uses vim instead of an actual IDE, like vs code and pycharm or something. Ur flexing my man. I use arch btw

  • @multiVitamin125g
    @multiVitamin125g 3 роки тому

    Thanks - was exactly what I was looking for.

  • @kungpaochick8557
    @kungpaochick8557 3 роки тому +3

    Web Scraping!!! Finally, my new Favorite Video!!

  • @pranavaskumar9307
    @pranavaskumar9307 3 роки тому

    When are you getting Apple Silicon Macs?

  • @abdulrahmanmuhammed1880
    @abdulrahmanmuhammed1880 3 роки тому +3

    can you recommend us good resources to learn python online
    and can you make a series where you teach us what you know about python ???
    like for kalle to see it !!!

  • @cyberbrodi
    @cyberbrodi 3 роки тому

    How do I make my default version of python on mac be 3.8.3?

  • @computertechnologify
    @computertechnologify 3 роки тому

    Hey it worked, thanks a lot Kalle, that was so cool....

  • @miftahulhuda3422
    @miftahulhuda3422 3 роки тому +1

    I want to learn python. where should i start?

  • @ahmadessam7863
    @ahmadessam7863 3 роки тому

    Good job to shoot every single day. You challenged yourself and you're doing amazing.
    A simple question and you can answer it in any video. Could you tell me the efficient road map to get my first job? I started with Java as you recommended that before in your videos. I started 3 months ago.

  • @Zonno5
    @Zonno5 3 роки тому +1

    Webscraping is easy. It's overcoming the 429 Errors that's the real challenge.

  • @vugiart3946
    @vugiart3946 3 роки тому +2

    instead of echo u can use md file_name.extension which is much simpler

  • @bradyredding1964
    @bradyredding1964 3 роки тому

    This tutorial was made even better by the fact that he never does tutorials

  • @alwinvillero4404
    @alwinvillero4404 3 роки тому

    how do i create a file in the windows command prompt

  • @adrianotgonzaya4478
    @adrianotgonzaya4478 3 роки тому +1

    can you make a video on how to set up VIM?

  • @stunn5312
    @stunn5312 3 роки тому +1

    Kalle, Forgot to miss a "/" at last in that first URL. Thanks :)

  • @mahirfr
    @mahirfr 3 роки тому

    2:53 what should I use for Firefox.. ? Please help.

  • @alexandertharakan1829
    @alexandertharakan1829 2 роки тому

    how can i use this on mac?

  • @backflipbro790
    @backflipbro790 3 роки тому +1

    HELP i'm on mac and i installed selenium every way possible, but it still says ImportError: no module named selenium. How can I fix this?

  • @darkbyteproductions952
    @darkbyteproductions952 3 роки тому

    The starting sketch caught me off guard ngl hahaha

  • @JuanNadal
    @JuanNadal 3 роки тому

    you could use PowerShell for windows command line

  • @ItsFrankyD
    @ItsFrankyD 3 роки тому +4

    Hello, Kalle I have been loving the videos and long term viewer. I was wondering if you would ever try the no-code space such as Webflow, Adalo, Bubble? Also, would you be interested in making more Cyber security/hacking videos

  • @frise8
    @frise8 3 роки тому

    Cannot wait to the next video!

  • @dinindutheekshana2254
    @dinindutheekshana2254 2 роки тому

    why when web scraping chrome logout.But only when I automate

  • @denwo1982
    @denwo1982 2 роки тому

    When I type in vim web it says ‘vim’ is not recognized as internal or external command, operable program or batch file.

  • @gameinsights69
    @gameinsights69 8 місяців тому

    Is tnat the terminal?