TempMailViewer is a command-line application that allows you to easily create and check temporary emails. This application uses the 1secmail API to generate temporary email addresses and automatically check the inbox.
TempMail/
├── main.py
├── install.sh
├── Makefile
└── banner.png
- Automatic temporary email generation
- Real-time inbox monitoring
- Table view for email list
- Supports HTML and text email formats
- Interactive terminal interface
- Structured and clean email display
- Python 3.7 or higher
- pip package manager
- git
- Clone repository and enter directory:
git clone https://github.com/Maxz-09/TempMail.git
cd TempMail
- Install dependencies:
make install
- Run application:
make run
- requests
- pyfiglet
- rich
-
Installation Issues
- Make sure Python and pip are installed on your system
- Check permissions to run install.sh
- If using Termux, ensure python package is installed
-
Runtime Issues
- Ensure port 8000 is not used by other applications
- Check internet connection for API access
- Ensure terminal supports Rich formatting
If you want to contribute to this project:
- Fork repository
- Create new branch
- Commit your changes
- Push to branch
- Create Pull Request
This project is licensed under the MIT License.
[Maxtream_09]
- GitHub: @Maxz-09