Skip to content

TufayelLUS/Yahoo-Account-Checker

Repository files navigation

Yahoo Account Checker

A Python driven yahoo username availability validation software developed by Tufayel with proxy integration support

Screenshot

Figure: Main Window


Figure: Processing Screen


Figure: Processing Completed & How To Insert Proxy

Use Cases

This software is designed to check for username availability on the Yahoo website so that you can easily find your favorite username without having to type them again and again.

How to run it on a Linux or a Mac machine?

You will be required to install

1. Python 3.x
2. requests module

To install the requests module, after installing Python, execute the below command in your terminal:
pip3 install requests
Then open the terminal in the folder where the script is located and type: On mac: Python3 yahoo_checker.py or on Linux: python3 yahoo_checker.py

What do I learn by developing it?

Going through the development process of this software, helped me to practice different Python libraries and GUI application development. I have implemented threading, proxy integration, a web scraping library named requests, a GUI development library named tkinter, and, regular expression to parse and extract the required data using re library to prepare this software. I hope you will like it.

Maintenance

I am not going to maintain it anymore. I uploaded it as a part of showcasing my projects. Since this is an open-source program, you are open to tweaking it as per your needs.

CAUTION

PLEASE DO NOT FLOOD THE YAHOO WEBSITE WITH TOO MANY USERNAMES AND REPEATEDLY. DOING SO WILL RESULT IN YOUR ACCESS BEING RESTRICTED. USE AT YOUR OWN RISK.

About

A python driven yahoo username availability validation software developed by Tufayel with proxy support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages