Automate Your Life Using Python! (Email Unsubscribe with Python Tutorial)

preview_player
Показать описание

In this video, you'll learn how to build a great Python automation project that can help manage your emails! We're going to build a script that can automatically unsubscribe from all of those annoying email lists, so you don't need to do it manually.

Datacamp has fantastic courses and practice in Python, Data Science and more!

⏳ Timestamps ⏳
Overview | 00:00
Problem Breakdown | 00:27
Handling Credentials | 02:35
Connecting to Gmail | 05:50
Getting Your App Password | 07:03
Reading Emails | 07:57
Finding Links | 15:05
Clicking Links | 19:20
Saving Links | 22:55

Hashtags
#Python
Рекомендации по теме
Комментарии
Автор

I've been using Python to automate LOADS of basic tasks in my personal and at work! Total game changer (and upskilling at the same time too!)

Dojo.FinancialData
Автор

Thanks Tim! I've learned so much from you, long time fan!!

Fungustus
Автор

This is better as a template and needs a lot of error handling, if to be used regularly

intense_network
Автор

I am trying to create a gamification system: if your life was a video game sort of idea, with daily missions, side quests, level up. I have finished the front end side. I just now have to start implementing automated codes for rewards, levels, tasks and things like that. It so cool, but I lack a lot of knowledge in programming.

virtueinvices
Автор

You are always been helpful when it comes to python ❤

akaza
Автор

Love how you never assume proficiency in python, you're still explaining \n😂. I can't recommend your channel enough to anyone asks me how I got where I am with Python today.

patrickmateus-iqbi
Автор

How do you learn all this stuff
Is it all research?

TVShowsSnippets
Автор

I want to build a script that downloads videos from a site. How can i do that

TheBlackSmth
Автор

made a tutorial on how to automatically telegram message go to whatsapp by python. Advance thanks bro

Al-Baraka-Enterprise
Автор

I'm interested in learning a robust backend language to go with my knowledge of JavaScript (NodeJS, React) and Swift. What do you suggest I learn? C# or Java? Why?

jhon
Автор

Getting error message on this line: html_content =

Cannot access attribute "decode" for class "Message[str, str]"
Attribute "decode" is unknown

Had to change line to read: html_content = part.get_payload(decode=True)

fwengineer
Автор

could you make video compare between Django and node.js

HossamMohamed-ph
Автор

It works but I get UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 251: invalid start byte

Maybe because my email that I'm targeting is super old and has thousands of subscribers, and with your targeted email might not be accurate to the real world.

bobjohnson
Автор

Too late at it but wont this that too much time with our personal emails filled like hell and containing god knows how many types of emails

gopalgoyal