Skip to content

SMSX is a Python based script which is created for demonstrating how automated message sending works. If you do any illegal activites through this script we are not responsible.

Notifications You must be signed in to change notification settings

KrishBharadwaj5678/SMSX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📲 SMSX

This is a Python based SMS Bomber created for demonstrating how automated message sending works. This project can help users understand concepts such as request handling and rate limiting in real world scenarios. 🚀

🚨 DISCLAIMER: This project is intended for educational and ethical testing purposes only. Do not use this tool to harass, spam, or target individuals or services. Misuse of this software may violate local laws and platform terms of service. The developers take no responsibility for any misuse.


⚙️ Features

Feature Description
📨 Send multiple SMS messages Send SMS in bulk quickly
⏱️ Customizable delay Set delay time between messages
🔁 Configurable message count Choose how many messages to send
🧪 Streamlit-based GUI User-friendly interface built with Streamlit
📊 Real-time status updates Shows sending progress live in the UI
🚀 Lightweight & fast Minimal dependencies, quick execution

🛠️ Tech Stack

Technology Description
🐍 Python Core programming language
🎨 Streamlit Interactive web app framework for UI
🌐 urllib Manages HTTP requests for sending SMS
⏱️ time Handles delays between messages

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/KrishBharadwaj5678/SMSX.git
cd SMSX

2. Install Dependencies

pip install -r requirements.txt

3. Run the App

streamlit run app.py

⚠️ Legal & Ethical Use

  • This tool is NOT intended for illegal or malicious activity.
  • Use only on numbers you own or have explicit permission to test.
  • Violating terms of service may result in your IP being banned or legal action.

🤝 Contribution

Contributions are welcome!

  1. 🍴 Fork the repository

  2. 📥 Clone your fork:

    git clone https://github.com/KrishBharadwaj5678/SMSX.git
  3. 🌿 Create a new branch:

    git checkout -b feature-name
  4. ✍️ Make your changes:

    git commit -m "Add feature or fix description"
  5. 📤 Push to your branch:

    git push origin feature-name
  6. 🔃 Open a Pull Request.

About

SMSX is a Python based script which is created for demonstrating how automated message sending works. If you do any illegal activites through this script we are not responsible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages