No video

LinkedIn Custom Message Automation with Selenium

  Рет қаралды 9,734

Python Simplified

Python Simplified

Күн бұрын

Пікірлер: 87
@turinglegion
@turinglegion 3 жыл бұрын
I'm a Brazilian fan :); I really admire your way of teaching .... I watch your videos to learn English
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much Matheus! 😁 I'm really glad you're finding my English clear! I'm always worried it's slightly distorted because of my accent 😊
@MagnoEfren
@MagnoEfren 3 жыл бұрын
Excellent, thanks for sharing.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much Magno! enjoy! 😀
@davidstewart4228
@davidstewart4228 3 жыл бұрын
Another excellent video. I like the way you explain the techniques so that they can be applied elsewhere.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much David! It's important to work closely with the developer tools, as almost every website has regular updates that may affect the structure of the DOM! And also I find that many Cyber Security professionals are adding me on Linkedin, so I believe they're watching what we do and actively thinking of ways to prevent us from doing it! 😅 hahahaha But that's OK, we'll always find a way to bypass them with Python!!! 😉
@joseluisbeltramone599
@joseluisbeltramone599 3 жыл бұрын
Excellent tutorials, Mariya. Your are so clear at explaining and also very comprehensive with the concepts. You never forget the details :-). большое спасибо for your hard work!
@LuisSolis
@LuisSolis 3 жыл бұрын
Great, I can't wait for the next part. Thank you so much.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Yeeeey! Thank you so much Luis! I'll be filming it shortly 😀
@baconsledge
@baconsledge 3 жыл бұрын
Thanks for your hard work, Mariya. It is sinking in.
@samjebaraj24
@samjebaraj24 3 жыл бұрын
Do you have any idea how much I like your videos ? Thank you for creating ! One request: Can you please create tutorial of scrapping links of all the videos in playlist in youtube !!!
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much Sam! 😁 You can just open your developer tools in the webpage of the playlist you're looking to scrape, Extract all the anchor elements with: anchors = driver.find_elements_by_tag_name("a") Then in the next line, use list comprehension to only keep the anchor elements where id="thumbnail" and you're done! Apply the same principles as in this video and part 1 of this video, work closely with the developer tools and you can definitely do this on your own! 😉
@alisiraydemir
@alisiraydemir 2 жыл бұрын
I just used the page iteration technique in my job scraping project... Thank you!
@pawelwalenda
@pawelwalenda 3 жыл бұрын
Hi, I've been using the Tabnine extension for about half a year. Initially, the free version operated locally (opposite to the paid version that worked in the cloud) Therefore it consumed more than 1 GB of RAM. Fortunately, the free version operates in the cloud, now.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
1GB?? Holly smokes man!! 😵 Sure glad they're on the cloud now! I've discovered Tabnine only a few months back, so I never had the pleasure of using their local version... I do know that you can manually choose it over the cloud version for privacy concerns... but I'm a much bigger fan of the cloud, even if I have more than enough RAM to store it locally 😀
@pawelwalenda
@pawelwalenda 3 жыл бұрын
@@PythonSimplified ​ Yesterday, I paid for a Pro license to take full advantage of Tabnine. I believe it worth it. By the way, you are doing a great job with Python teaching. 🚀
@justoneofthepeople7585
@justoneofthepeople7585 3 жыл бұрын
wow so great. please don't stop. your way in giving instructions is awesome
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much my friend! 😁 My goal is to convert all the programmers in the world to Python, so no stopping anytime soon! 🤪
@justoneofthepeople7585
@justoneofthepeople7585 3 жыл бұрын
@@PythonSimplified I like your personality. have a great day. I will keep watching you. if you could please. could you make a video about pyqt5 designer?
@RajBreno
@RajBreno 3 жыл бұрын
Should we expect a tutorial about data scraping from youtube and instagram?
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Raj, I have a few Instagram tutorials already! 😁 Have you seen the thumbnail scraping tutorial: kzbin.info/www/bejne/n3uqp4x4fZ6gmbs Or my commenting bot live webinar: kzbin.info/www/bejne/jp-omImQqL-amdE KZbin is using very similar principles, just follow the developer tools and you'll figure it out! 😉
@infinition5417
@infinition5417 3 жыл бұрын
Thanks for your great Video ! Looking forward to the next one ;)
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much Infinition! It was a pleasure chatting with you earlier! 😀 Next video is about GUI (connecting a database of Trivia questions to a PyQt5 app)
@infinition5417
@infinition5417 3 жыл бұрын
@@PythonSimplified Cool, you're the one that made me left Tkinter for this new Gui ;) no regrets lol
@upyoas
@upyoas 2 жыл бұрын
Very cool stuff, you convinced to learn python lol
@ozzzyyyyy
@ozzzyyyyy 3 жыл бұрын
Hi! You saved my life thank you very much.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you Ozgun, I hope you keep safe from those malicious Premium/InMail charges 😁😁😁
@galanu
@galanu 3 жыл бұрын
Great video. Looking forward to part 3. :)
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much! I'll have one more GUI video in between and then I'll upload the sequel 😀
@bytesolution3515
@bytesolution3515 2 жыл бұрын
I see your videos. Its really helpfully.vcan you share this code
@CodePhiles
@CodePhiles 3 жыл бұрын
awesome like usual ❤️
@Yachid
@Yachid 3 жыл бұрын
anOther great video, Thx!
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you, I'm glad you liked it! 😀
@ZurioSi
@ZurioSi 3 жыл бұрын
An amazing video like always Mariya! Thank you so much and it was a pleasure to chat with you, до свидания.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much Dark Wolf! 😀😀 This video was shorter than usual, speeding through the comments is becoming harder and harder, might need to switch to live streaming soon! 😵
@ragerose9206
@ragerose9206 3 жыл бұрын
Use webdriver manager instead. That way you' ll be able to turn your script into app.exe with pyinstaller module and run it on any pc with any browser.
@Tobs_
@Tobs_ 3 жыл бұрын
can you show how to make a bot that makes cups of tea and washes laundry please? Thanks 👍
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hahahahahaha yes Tobs!! where I come from, this bot is called "wife"! 🤣🤣🤣
@infinition5417
@infinition5417 3 жыл бұрын
@@PythonSimplified What about sharing tasks lol, i hope your are not dedicated to this lol
@PythonSimplified
@PythonSimplified 3 жыл бұрын
@@infinition5417 hahaha I'm only sharing the tasks that I don't want to do! My spouse is in charge of all the car stuff, fixing electronics, cleaning appliances, taking out the garbage and checking "what is that scary noise coming out of the basement??" 🤣🤣🤣 I'll take cooking, laundry and tea making over any of those!!! hahaha
@infinition5417
@infinition5417 3 жыл бұрын
@@PythonSimplified Lol I 'm reassured ! So, now you'll have to find out how to automate those things with Python🤣 :)
@hermano511
@hermano511 3 жыл бұрын
Hello! , Thank you, I love you
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you so much Hermano! 😁
@hermano511
@hermano511 3 жыл бұрын
@@PythonSimplified when are you coming to Brazil?
@abdurrahmankhan1107
@abdurrahmankhan1107 3 жыл бұрын
♥ ♥ 😍
@baldeepsingh7886
@baldeepsingh7886 3 жыл бұрын
Hi, thank u so much for making a great tutorial. I made a Facebook group poster using python and it was working fine. But suddenly it stopped working and i m unable to solve because of xpath problem now. Can u help me to solve the problem? How can I contact you?
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Baldeep! 😃 When things stop working on Facebook - it usually means that they found out about your bot and they're not too happy it exists... which is great!!! Because nobody likes Facebook anymore and I really enjoy to see them struggle!! Hahaha 🤣🤣 I'm very proud of you! I find that the ⭐ best solution ⭐ is to generalize your code! Meaning - instead of targeting elements by xpath with very specific instructions, do the following- target all the tags of the particular element you want to select with: drive.find_elements_by_tag_name() and then narrow down this long list of elements to only include the ones you need. I have a great example for this in part 1 of my LinkedIn Scraper, please refer to the button elements with the text of "message": kzbin.info/www/bejne/jpWphqN8iqmnbpo If you're still struggling with the code, please open an issue on my Webscraping Facebook repository on Github: github.com/MariyaSha/WebscrapingFacebook You can post your code/screenshots/questions there and many lovely people will have the option to help, including myself 😃 Good luck! And let me know if it worked! 😁
@siddharthasaxena5609
@siddharthasaxena5609 2 жыл бұрын
is there any outside chance that linkedin blocks the account used for automation ?
@z2.060
@z2.060 3 жыл бұрын
Can you make a video of how to login to gmail account or youtube account using requests module python please ? or a better module than requests ?
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Have you tried using the same principles as logging in to Linkedin/Facebook/Instagram? If you use Selenium and follow my instructions regarding developer tools - you can log in almost anywhere: kzbin.info/www/bejne/jpWphqN8iqmnbpo You'll just need to adjust some of the names and values of attributes to match Googles/KZbin's DOM and you're good 😀
@z2.060
@z2.060 3 жыл бұрын
@@PythonSimplified i tried but it doesnt work, Google detects it when i try to login, they are so smart. Is it possible to do it with requests python ?
@z2.060
@z2.060 3 жыл бұрын
@@PythonSimplified i tried but it doesnt work, Google detects it when i try to login, they are so smart. Is it possible to do it with requests python ?
@HOTZSiXU
@HOTZSiXU 8 ай бұрын
Hi, is this full code available? I’d like to use it if that’s ok
@umairzaka3932
@umairzaka3932 3 жыл бұрын
I'm from Pakistan I request you as a your student Please make video on web scraping of 3 to 4 hour Complete course video
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Umair, Ramadan Mubarak! 😀 Actually if you watch my entire "Web Scraping Simplified" playlist, it should cover 3 hours of your time anyway hahaha 🤓: kzbin.info/aero/PLqXS1b2lRpYSkvxnk3quzKL08oRJiP9LA I'm trying to stay away from long videos, it takes lots of work to edit them and a long time passes before I can post them... I prefer to focus on shorter tasks for now, but maybe in the future I'll do something of that sort 😉
@Yachid
@Yachid 3 жыл бұрын
@@PythonSimplified I only watch shorter flyx
@riteshweb4549
@riteshweb4549 2 жыл бұрын
amazing
@mianali5664
@mianali5664 3 жыл бұрын
Waiting
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Mian, great to see you! 😁
@mayurakanade
@mayurakanade Жыл бұрын
Hi Mariya - Tried this bot today, but getting error "elementnotinteractableexception" at line paragraphs[-5].send_keys("This is test message, please ignore"). Can you please guide me to resolve this? Thank you in advance.
@RajBreno
@RajBreno 3 жыл бұрын
Is it possible to scrap public emails from instagram/youtube accounts. If yes, should we wait for a tutorial?
@khalil-wc4bs
@khalil-wc4bs 3 жыл бұрын
next : how to make a sandwich with pykitchen module.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Sorry Khalil, only women can make good sandwiches 🤣🤣
@hamaaritech8714
@hamaaritech8714 3 жыл бұрын
hey 😍
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Heyyy 😁
@hamaaritech8714
@hamaaritech8714 3 жыл бұрын
@@PythonSimplified 😘😮😂
@atulwadhwa192
@atulwadhwa192 3 жыл бұрын
How you did the indentation for all lines at once 🙄🙄
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Atul! 😊 Select all the lines, press on TAB and you got it!
@rafac13
@rafac13 2 жыл бұрын
where is Part 3?
@randomaccount1222
@randomaccount1222 3 жыл бұрын
I'm waiting for pyQt5 part 2
@PythonSimplified
@PythonSimplified 3 жыл бұрын
You won't need to wait much longer! 😉 I'm editing this video as we speak! Will be released on the weekend or beginning of next week 😁
@RajBreno
@RajBreno 3 жыл бұрын
Where is the source code?
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Source code will published on my Github as soon as part 3 of this project is uploaded! For now, please refer to the code of my Facebook/Instagram scraper and adjust it accordingly if you don't want to code-along 😊
@aminghafoori6496
@aminghafoori6496 3 жыл бұрын
i know it's good
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Thank you Amin, I sure hope so! 😀
@ArnavMondal14
@ArnavMondal14 3 жыл бұрын
Amazing video, can't wait for the final part. Can you also add one for Instagram? I had once done one using instagramAPI but selenium looks very promising.
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Arnab! 😀 I already have a few Instagram Scrapers! Checkout this video, where I show you how to extract Instagram thumbnails: kzbin.info/www/bejne/n3uqp4x4fZ6gmbs And also this live webinar, where I show how to make an Instagram commenting bot: kzbin.info/www/bejne/jp-omImQqL-amdE Selenium is definitely the best when it comes to social media scraping! 😉
@ArnavMondal14
@ArnavMondal14 3 жыл бұрын
@@PythonSimplified Great ones, will try to build in these. Thanks a lot 😁
@TheTirailleur
@TheTirailleur 2 жыл бұрын
I don't like tabine. It do weird things. Maybe just me that doesn't know how to use it.
@siamahmed8287
@siamahmed8287 3 жыл бұрын
I have a request for you to make video for scraping data of a trading website. Please comment me back.. 🙃🙃
@firetel392
@firetel392 3 жыл бұрын
😍😍😍😍😍😍
@vijayakumarp1934
@vijayakumarp1934 3 жыл бұрын
Hiiiii
@vijayakumarp1934
@vijayakumarp1934 3 жыл бұрын
Sis Do you know unity
@tinolbhoyar4646
@tinolbhoyar4646 3 жыл бұрын
I dm in you on insta can you reply me over there?
@PythonSimplified
@PythonSimplified 3 жыл бұрын
Hi Tinol 😀 I unfortunately don't reply to direct messages, please contact me via public comments instead! It's simply impossible to speak with 25,000 people in private chats, I'll never have time to film new videos if I do that... 😵
@tinolbhoyar4646
@tinolbhoyar4646 3 жыл бұрын
@@PythonSimplified a web crawler which tells us who visits in our profile 😀
@wtfdoiputhere
@wtfdoiputhere 3 жыл бұрын
Im only watching for the setup sorry not sorry
Open Trivia Database for PyQt5 GUI App - PART 2
32:14
Python Simplified
Рет қаралды 27 М.
Linkedin Message Automation with Selenium
23:07
Python Simplified
Рет қаралды 24 М.
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 16 МЛН
Чёрная ДЫРА 🕳️ | WICSUR #shorts
00:49
Бискас
Рет қаралды 7 МЛН
Web Scraping Facebook with Selenium - AUTOMATED BOT
27:57
Python Simplified
Рет қаралды 115 М.
Automate LinkedIn Connections - Hyper-personalized with AI!
13:53
Solutions Repo
Рет қаралды 4 М.
The Ultimate Guide to Selenium Bots - Automating Twitter
37:28
Python Simplified
Рет қаралды 36 М.
Create a GUI app with Tkinter - Step by Step Tutorial
23:56
Python Simplified
Рет қаралды 613 М.
Docker Simply Explained with a Machine Learning Project for Beginners
25:31
Simple Web App with Flask and Heroku - Python GUI for Beginners
25:07
Python Simplified
Рет қаралды 222 М.
LinkedIn Job Scraping Using Python: Extracting Job Details and Links
24:56
Python Selenium Tutorial - Automate Websites and Create Bots
36:42
Tech With Tim
Рет қаралды 206 М.
Create GUI App with PyQt5 - PART 1
30:25
Python Simplified
Рет қаралды 178 М.
How China Tracks Everyone
12:56
VICE News
Рет қаралды 4,4 МЛН
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 16 МЛН