Тёмный
No video :(

Build a python automation with me  

Your Average Tech Bro
Подписаться 94 тыс.
Просмотров 264 тыс.
50% 1

Check out the Content Marketing Blueprint to learn how to market your SaaS product on social media: thecontentmark...
Get access to high quality coding projects that actually impress recruiters: www.sweproject...
Check out all the gear that I use! kit.co/dohyunk...
Follow me on TikTok: @youravergetechbro

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 151   
@YourAverageTechBro
@YourAverageTechBro Год назад
Here's a video with a full step-by-step tutorial of how I built it: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-6wwHv-cyOd0.html
@user-vn4jw3ch8w
@user-vn4jw3ch8w Год назад
how is this automation when you just effectively use web driver lib and parse your input on terminal into browser ?
@lesibamalebana1854
@lesibamalebana1854 Год назад
Thank you for some good staff, please recommend me any course on Udemy for Python Automation ?
@abhishekarya7915
@abhishekarya7915 6 месяцев назад
really impressive
@alexhamilton3522
@alexhamilton3522 3 месяца назад
says video is private?
@curiocatalystshorts
@curiocatalystshorts 2 месяца назад
How do you guys open YT vids from a comment like this? 👆🤣
@myleswolfe5139
@myleswolfe5139 Год назад
This could be expandable to work with the chatgpt api, and possibly bing chat if there’s a way to feed it text.
@pacersgo
@pacersgo Год назад
You can ask chatgpt how to do it
@jonthemonke
@jonthemonke Год назад
I made this in rust
@nikitafriesen3778
@nikitafriesen3778 Год назад
There are plugins for ChatGPT API requests inside vim. I never have to leave my Editor, at this point I don't even use search engines let alone web browsers anymore
@raracool04
@raracool04 Год назад
While the Bing AI thing would be fantastic, I doubt they’d do it because of money and also ethics reasons. What makes the web gui good ethically is that it cites its sources, so you can double check if the AI is wrong. The money part is that sometimes the links are sponsored.
@cyrusmobini1321
@cyrusmobini1321 Год назад
CopilotX was introduced a few days ago which has GPT built-in terminal
@KunjaBihariKrishna
@KunjaBihariKrishna Год назад
I started programming 2 months ago. My favorite thing is to take something that takes 2 seconds to do, and write something so it only takes one second. It's addictive.
@yourface2616
@yourface2616 10 месяцев назад
Too funny
@dominusdone5023
@dominusdone5023 17 дней назад
This is a joke right 😂 or for real I can’t tell, it sounds like sarcasm but also true
@metcaelfe
@metcaelfe Год назад
"Software engineer over-engineers launching browser"
@YourAverageTechBro
@YourAverageTechBro Год назад
story of my life
@12crenshaw
@12crenshaw Год назад
So basically you've automated clicking on chrome icon?
@rob4187
@rob4187 Год назад
It’s easy if you’re already working in the terminal :p
@MUSTAFK
@MUSTAFK Год назад
I honestly dont see much improvement here for me personally, but I guess if you do a LOT of programming and googling i guess it can save you significant time? The only big upside i see is the certain websites filter, thats a nice touch
@georgek2092
@georgek2092 Год назад
You've also cut out an easy source of procrastination if you're like me and think 'just one song before I solve this bug' when the solution isn't immediately apparent.
@Ich.sou.gaymer
@Ich.sou.gaymer Год назад
I guess it is more common to let a browser open, and it also has suggestions
@danielboczar7530
@danielboczar7530 7 месяцев назад
Yeah, but starting from this, they could endlessly automate more selenium functions to interact with the system in brand new world of possibilities. Just a matter of time and will.
@youropiniondoesnotmatter
@youropiniondoesnotmatter 11 месяцев назад
Yuhhhh the algorithm has finally landed on something worth learning. Thank you for this!
@inues
@inues Год назад
If you're on Linux it's pretty easy to execute the same thing in bash. Just a one line and you can add it to bashrc or to a key command.
@musicwith_lyrics
@musicwith_lyrics 13 дней назад
“Why am I ugly” really hit personally
@libruhh2785
@libruhh2785 Год назад
You don’t need to spin up a webdriver, you can just open the link and let the OS handle it
@bruhpoop9396
@bruhpoop9396 Год назад
then headless is out the window
@libruhh2785
@libruhh2785 Год назад
@@bruhpoop9396 Is it really all that headless if you're creating a chrome instance to make a google search? At that point you'd be much better off writing some kind of API interaction script. Regardless, in this video he is not attempting to do it headlessly.
@amodseth8448
@amodseth8448 Год назад
i actually made the same thing in my first year of college, slight update i suggest would add a args function to save the searches in the new folder
@AlwaysBored1
@AlwaysBored1 7 месяцев назад
I'm new to programming looking forward to understanding this some day 😊
@yassinesafraoui
@yassinesafraoui Год назад
I personally find hitting the alt tab to switch to the browser and hit ctrl t to open a new tab and search way faster than opening a new terminal, unless you already have a one open, in addition you don't get suggestions this way, so I prefer to not reinvent the wheel
@mynameisjeff9124
@mynameisjeff9124 Год назад
Same
@shr4pnel
@shr4pnel Год назад
with chromium based browsers you can just add the executable directory to PATH and pass the url in as the argument
@usuiXt
@usuiXt Год назад
This is awesome, nice coding
@mangelozzi
@mangelozzi Год назад
Real issue is that you're not using i3wm, which would get you to a new browser tab with less key presses than starting ur script
@andrewferguson6901
@andrewferguson6901 Год назад
Or just alt tab and ctrl t for a new tab... 🤦‍♂️
@neelg7736
@neelg7736 Год назад
U can run i3 on macOS?
@Flowermouth
@Flowermouth Год назад
I had a function in my PowerShell profile which did the same, super useful
@XwolfBane18
@XwolfBane18 Год назад
Mind sharing the function
@shadowplay1211
@shadowplay1211 Год назад
Or simply use curl
@enchantedplays7860
@enchantedplays7860 Год назад
Would you need to have the script constantly running so that the terminal is always being read?
@YourAverageTechBro
@YourAverageTechBro Год назад
Nope. You activate the command every time you need to use it and then it shuts down afterwards.
@nikunjprajapati4761
@nikunjprajapati4761 Год назад
​@@YourAverageTechBrothen isn't it easy to just open google then running the script everytime 🤦
@nikunjprajapati4761
@nikunjprajapati4761 Год назад
@putangina yeah i also realized that after watching the long format video.
@mmpm
@mmpm Год назад
You can add it to path and use it as normal script 🤓
@Joe-zg9eq
@Joe-zg9eq Год назад
@@nikunjprajapati4761 not when you spend a shit ton of time in the terminal, which is what i do and am assuming the poster does as well
@asceznyk
@asceznyk Год назад
Thank you so much! This is so awesome!
@ishtarxdd
@ishtarxdd Год назад
ok the site filters part is hype ngl
@Hugh_de_Mortimer
@Hugh_de_Mortimer Год назад
You could just enter your query in search on the task bar.
@luivcontatto7696
@luivcontatto7696 Год назад
Really useful 🙂
@deadchannel8431
@deadchannel8431 Год назад
This is rly cool but I feel like the Google search text completion is too good to not have
@goldenslaughterer
@goldenslaughterer Год назад
there’s also a plug-in for that in z shell 😊
@shonebinu5583
@shonebinu5583 Год назад
Rewrite it in bash! ;)
@YourAverageTechBro
@YourAverageTechBro Год назад
oh man...that's gonna be tough. Maybe in a follow up video haha
@aw1lt
@aw1lt Год назад
Rightt??
@shadowplay1211
@shadowplay1211 Год назад
​​​@@aw1lt agreed, he should've been making it in bash
@clethcriss6258
@clethcriss6258 Год назад
@@YourAverageTechBro it isn't that difficult. I'm not a bash expert, but after 1 hour of try I ended up with a function that does the same trick for you
@69k_gold
@69k_gold Год назад
For Windows the PATH variable will work like the alias keyword
@washikuddinahmedmollah58
@washikuddinahmedmollah58 Год назад
Wow this is really cool.
@DekritGampamole
@DekritGampamole Год назад
I just use gpt from my terminal through python. Many more interesting things can be done.
@designchifuyu
@designchifuyu 2 месяца назад
run chrome on while loop
@ilyababenko7884
@ilyababenko7884 Год назад
Introducing Alfred
@musicwith_lyrics
@musicwith_lyrics 13 дней назад
I am not the only one googling ‘Why am I ugly’
@yukewang1832
@yukewang1832 Год назад
An SRE would've written a shell script :D
@user-ex2yt1pl6u
@user-ex2yt1pl6u Год назад
Hey, what's an SRE?
@yukewang1832
@yukewang1832 Год назад
@@user-ex2yt1pl6u Site Reliability Engineers
@user-ex2yt1pl6u
@user-ex2yt1pl6u Год назад
@@yukewang1832 Thank you.
@seraph_86
@seraph_86 Год назад
Thats mad💯💯👍🏻
@tiltedz6440
@tiltedz6440 Год назад
Since we’re already past the “I can, but should I?” Rhetoric, let’s take it a step farther. Redo it in Java and use selenium to parse through and find the most upvoted solution to your search. Package it as a deb so you Can call it through the terminal. GL
@arta6183
@arta6183 Год назад
why in java when you can do it in python
@raba650
@raba650 Год назад
Hmm, wonder if I could automate LinkedIn searches to find posts with keywords 😮🤔
@karthickb1973
@karthickb1973 Год назад
you are missing the autocomplete, autosuggestion
@thev01d85
@thev01d85 Год назад
Secondary monitor: Am I a joke to you?
@andrewferguson6901
@andrewferguson6901 Год назад
Alt tab, ctrl t, start typing It's like 4 keypresses....
@officialteaincorporated243
@officialteaincorporated243 Год назад
Auto filters the sites, fairly useful.
@cluedaw89
@cluedaw89 Год назад
Hey would you mind telling me what that shell theme is called?
@alann6975
@alann6975 Год назад
Thank you
@YourAverageTechBro
@YourAverageTechBro Год назад
anytime!
@salmaanahamed4687
@salmaanahamed4687 6 месяцев назад
Tutorial plz
@NathanHedglin
@NathanHedglin Год назад
So basically Alfred on Mac
@codewithash6011
@codewithash6011 Год назад
why you close your browser
@enudemechukwuka6265
@enudemechukwuka6265 Год назад
My brain 🧠 as a beginner: 🔥🔥🔥 My mind: tf is he doing 😂💔
@vishal2713
@vishal2713 Год назад
Same here 😂
@ishanjain8033
@ishanjain8033 Год назад
Did it in nodejs
@chrism6880
@chrism6880 Год назад
Why do in 1 click what you could spend 30m writing a script to do for you?
@0x933
@0x933 Год назад
Just use Surf.
@lesibamalebana1854
@lesibamalebana1854 Год назад
Thank you for some good staff, please recommend me any course on Udemy for Python Automation ?
@SaceedAbul
@SaceedAbul Год назад
Why does this feel like a security concern
@irfandy8
@irfandy8 Год назад
I come to comment that it isn't. Unless you run some script from web. But again those are some valid website, you probably ending up ruining your own directory tho.
@yukimenclaavve8509
@yukimenclaavve8509 Месяц назад
It is much more easy to open chrome then search
@awli8861
@awli8861 Год назад
Bro forgot about Lynx
@sohailu8058
@sohailu8058 Год назад
If you’r already in the terminal just use bash man…
@compilererror
@compilererror Год назад
Nice 👍
@MyTran-vb8tn
@MyTran-vb8tn Год назад
So cool
@YourAverageTechBro
@YourAverageTechBro Год назад
glad you enjoyed 🙂
@Aegishjalmer
@Aegishjalmer Год назад
Get co pilot 😄
@arcanelore168
@arcanelore168 7 месяцев назад
Can you share the source code?
@Atanepes
@Atanepes Год назад
is it possible to make for C# or any other PL?
@andrewcgs
@andrewcgs Год назад
Why would you use C# for something like this tho
@Atanepes
@Atanepes Год назад
@@andrewcgs i just beginner thats why
@UnknownString88
@UnknownString88 Год назад
Yes you can do it in C# or any other language.
@anthonyrosario8982
@anthonyrosario8982 Год назад
Bro invest in screen capture technologies tf...
@Danny-wu5ct
@Danny-wu5ct Год назад
Thats funny my namw is Do Hyun Yoo bro
@iftekharalammithu5128
@iftekharalammithu5128 Год назад
do you heard about chatgpt
@ilyababenko7884
@ilyababenko7884 Год назад
Alfred ?? 😂 Like it’s been done already?? Like even spotlight can do this ??
@sylvesterdaniel6069
@sylvesterdaniel6069 Год назад
Cool
@runaway09
@runaway09 Год назад
bash script >
@hidoryy
@hidoryy Год назад
of course there is medium in the sites lmao
@AzzMdA
@AzzMdA Год назад
You can publish it as a Chrome extension
@user-ku8iv2vh3p
@user-ku8iv2vh3p Год назад
bro used sys instead of just input().... p.s. ur not ugly
@ryanwalker4660
@ryanwalker4660 Год назад
wow...
@LiredDev
@LiredDev Год назад
Now next make it instead give you the answer you're looking for.
@strange9737
@strange9737 Год назад
What do you use to program, do you need to download something?
@KurtGodel-po3zl
@KurtGodel-po3zl Год назад
If you're wondering about where he's writing the code, I think it looks like VS Code to me
@matt8ress
@matt8ress Год назад
visual studio code by microsoft. not built-in into operative system
@ieatmuchchicken
@ieatmuchchicken Год назад
Notepad is a pretty good coding place for professionals , but its mainly only used by the best of the best so I recommend Microsoft PowerPoint for now to be honest
@apocalypseblues3897
@apocalypseblues3897 Год назад
lynx
@chupmunkx1
@chupmunkx1 Год назад
What theme is he using?
@wholesomeinspiration5153
@wholesomeinspiration5153 Год назад
Hey how are I can great idea I want to discuss that idea with you
@MoFiTheMagnificent
@MoFiTheMagnificent Месяц назад
I want to get into programming but you guys make it look so lame sometimes. This is arguable slower lol.
@codyhaas1008
@codyhaas1008 8 месяцев назад
Or leave google open in the background 😂 ☝️ ( apple user )
@jimbo5437
@jimbo5437 Год назад
thanks for sharing something useful instead of a stupid "interview" video
@Allysroadtorecovery
@Allysroadtorecovery 9 месяцев назад
What's the actual point of this? 😅
@tonyliu8419
@tonyliu8419 Год назад
How about you learn how to do screen recording first?😂
@magicbob8
@magicbob8 Год назад
Congratulations, you made google worse
@lapispheonix7569
@lapispheonix7569 Год назад
how lazy do you gotta be lmao (nice)
@TheBoxtelnoord
@TheBoxtelnoord Год назад
Is lmao() a function? No? Ok, imma leave.
@soleil2816
@soleil2816 Год назад
​@@TheBoxtelnoord yes and nice is a parameter
@2ndtwoarray934
@2ndtwoarray934 Год назад
Time is money
@sproutboot
@sproutboot 7 месяцев назад
🗑
Далее
I Used Code to Go Viral on Social Media
8:54
Просмотров 207 тыс.
The most important Python script I ever wrote
19:58
Просмотров 186 тыс.
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1,1 млн
How to hack the YC application [startups]
11:21
Просмотров 12 тыс.
Cybersecurity "Experts" suck at coding.  It's a problem.
15:12
Automate Your Life Easily With THESE 3 Python Tips!
11:29
40 APIs Every Developer Should Use (in 12 minutes)
12:23
If __name__ == "__main__" for Python Developers
8:47
Просмотров 397 тыс.
5 Amazing Ways to Automate Your Life using Python
18:40
Automate your job with Python
6:07
Просмотров 397 тыс.