|
1 | | - |
| 1 | +# Temporary Sign Up Tool |
| 2 | +Still get promotional emails from the website that you sign-uped a few years ago, Scared of your data getting sold or passed to 3rd party buyers after registrations? |
| 3 | + |
| 4 | +Well this tool is perfect for you. |
| 5 | + |
| 6 | +## When can it be used? |
| 7 | +This script can be used when you want to **Register** or **Sign Up** to annoying websites or when you don't want to give out your personal data. |
| 8 | +As it provides you with a temporary username, email, and password to make your registration easy. |
| 9 | + |
| 10 | +## How to use it? |
| 11 | +- Check the requirement.txt file to see if your system has all the dependencies used for this script to run |
| 12 | +- Either Fork the original project from the original repository or you can download just the python script and run it directly |
| 13 | +- Be sure to check the code for explanation and enabling additional features |
| 14 | + |
| 15 | +## Features !! |
| 16 | +- Get a unique Username _(first and last name)_ |
| 17 | +- Get a strong Password _(default length is 16, can be changed from the code)_ |
| 18 | +- Get a temporary Email Id _(from 10minutemail.net)_ |
| 19 | +- Get a link to that Email Id to receive OTPs, Confirmation mail, etc |
| 20 | + |
| 21 | +## Links |
| 22 | +- [Requirements.txt](requirement.txt) |
| 23 | +- [Link to Script](temp_sign_up_tool.py) |
| 24 | +- [Link to Original Repo](https://github.com/DevLokCodes/Amazing-Python-Scripts) |
| 25 | +- [Link to Developer](https://github.com/DevLokCodes) |
| 26 | + |
| 27 | +## Side Note! |
| 28 | + |
| 29 | +- The script scrapes data from a 3rd party website (10minute.net) and should be used at own discretion |
| 30 | +- The script should be only used for educational purposes only and not to hurt, bully, or for any illegal purposes |
| 31 | + |
| 32 | + |
| 33 | +## Project Status! |
| 34 | + |
| 35 | +The script will be updated with a few new features in the coming time some of which may be |
| 36 | +- Adding different methods to display and copy data |
| 37 | +- Add temporary number and birthday data |
| 38 | + |
| 39 | +_**Stay Awesome !!!**_ |
0 commit comments