From 70b8c5e43b216d83bb49460dad46db07056c10ef Mon Sep 17 00:00:00 2001 From: Noopur Ramakant Phalak Date: Tue, 8 Feb 2022 11:32:52 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f029f89..ace62cd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A bunch of Python to get stuff done 💤 💤 ## Python Scripts -- [Instabot - Use Instagram API to login & like pictures of any public user](https://github.com/sandiprb/stuff/blob/master/python_scripts/instabot.py) -- [Extract emails from a text file content](https://github.com/sandiprb/stuff/blob/master/python_scripts/extract_emails_from_textfile.py) -- [Check if a given email domain exists- (Using MX Record check for domain)](https://github.com/sandiprb/stuff/blob/master/python_scripts/domain_mx_check.py) +- [Instabot - Use Instagram API to login & like pictures of any public user](https://github.com/sandiprb/stuff/blob/master/python_script/instabot.py) +- [Extract emails from a text file content](https://github.com/sandiprb/stuff/blob/master/python_script/extract_emails_from_textfile.py) +- [Check if a given email domain exists- (Using MX Record check for domain)](https://github.com/sandiprb/stuff/blob/master/python_script/domain_mx_check.py)