π Calculate SHA-256 and MD5 hashes for text and photos on Telegram with this simple and secure Python bot!
- Text Hashing: Send any text message, and the bot will provide SHA-256 and MD5 hashes.
- Photo Hashing: Upload photos, and the bot will calculate hashes for the photo data.
- User Feedback: Use the
/feedbackcommand to provide feedback or report issues.
- Clone the repository:
git clone https://github.com/MuguDEV/Hash-Bot.git - Install dependencies:
pip install -r requirements.txt - Set up your Telegram API credentials in the code.
- Run the bot:
python3 bot.py
API_ID: Your Telegram API ID.API_HASH: Your Telegram API hash.BOT_TOKEN: Your Telegram bot token.
- Start the bot and send messages or photos to calculate hashes.
- Use the
/feedbackcommand to provide feedback or report issues.
Feel free to contribute, report issues, or suggest improvements! Your feedback is highly appreciated.
Happy hashing! π