Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)