{"id":22239385,"url":"https://github.com/gheris-579/fake-sms","last_synced_at":"2025-07-27T23:32:07.979Z","repository":{"id":160551232,"uuid":"574133006","full_name":"Gheris-579/Fake-SMS","owner":"Gheris-579","description":"Fake-sms","archived":false,"fork":false,"pushed_at":"2025-06-21T00:06:06.000Z","size":8519,"stargazers_count":24,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-21T01:19:29.102Z","etag":null,"topics":["anonymous","fake-sms","hacking-tool","python-3","python-hacking","python-script","simple","sms-api","sms-messages"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gheris-579.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-04T14:30:21.000Z","updated_at":"2025-06-21T00:06:09.000Z","dependencies_parsed_at":"2025-04-13T12:21:41.273Z","dependency_job_id":"c0ae2b87-2e16-4af4-bb3f-000382b9944e","html_url":"https://github.com/Gheris-579/Fake-SMS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gheris-579/Fake-SMS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gheris-579%2FFake-SMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gheris-579%2FFake-SMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gheris-579%2FFake-SMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gheris-579%2FFake-SMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gheris-579","download_url":"https://codeload.github.com/Gheris-579/Fake-SMS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gheris-579%2FFake-SMS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267441235,"owners_count":24087771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymous","fake-sms","hacking-tool","python-3","python-hacking","python-script","simple","sms-api","sms-messages"],"created_at":"2024-12-03T03:19:20.637Z","updated_at":"2025-07-27T23:32:07.969Z","avatar_url":"https://github.com/Gheris-579.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fake-sms\n\n \n![Python Version](https://img.shields.io/badge/python-3.6%2B-blue) \n\n## Table of Contents\n- [What’s This Project About?](#whats-this-project-about)\n- [What Can It Do?](#what-can-it-do)\n- [What Do You Need to Run It?](#what-do-you-need-to-run-it)\n- [How to Set It Up](#how-to-set-it-up)\n- [How to Use It](#how-to-use-it)\n- [API Limits](#api-limits)\n- [Running Into Issues?](#running-into-issues)\n- [Want to Help Out?](#want-to-help-out)\n- [Code of Conduct](#code-of-conduct)\n- [Security](#security)\n- [What’s New?](#whats-new)\n- [Project Status](#project-status)\n- [Author](#author)\n- [License](#license)\n- [Important Disclaimer](#important-disclaimer)\n\n## What’s This Project About?\nThe **SMS Sender Tool** is a neat little Python script that lets you send SMS messages to a phone number using the Textbelt API. It’s got a colorful command-line interface that’s super easy to use, making it great for anyone curious about APIs or wanting to send messages programmatically. Think of it as a fun way to learn Python and API stuff, but use it responsibly!\n\n## What Can It Do?\n- **Cool Interface**: Uses colors to make prompts and outputs pop (thanks to `pystyle` and `colorama`).\n- **Sends SMS**: Fires off text messages with a single command via Textbelt’s API.\n- **Clear Feedback**: Shows you if the message went through or if something went wrong.\n- **Works Everywhere**: Runs smoothly on Windows, macOS, or Linux.\n\n## What Do You Need to Run It?\n- A computer with **Python 3.6** or newer.\n- A few Python libraries:\n  - `pystyle` (for the fancy colors)\n  - `requests` (to talk to the API)\n  - `colorama` (to make colors work on Windows)\n- A solid internet connection.\n- The Textbelt API key (the free one is just `textbelt`).\n\n## How to Set It Up\n1. **Grab the Code**:\n   ```bash\n   git clone https://github.com/Gheris-579/Fake-SMS.git\n   ```\n2. **Jump Into the Folder**:\n   ```bash\n   cd Fake-sms\n   ```\n3. **Set Up a Virtual Environment** (keeps things tidy):\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n4. **Install the Libraries**:\n   ```bash\n   pip install pystyle requests colorama\n   ```\n5. **Check It’s All Good**:\n   ```bash\n   python3 -c \"import pystyle, requests, colorama\"\n   ```\n   No errors? You’re ready to roll!\n\n## How to Use It\n1. **Start the Script**:\n   ```bash\n   python3 fake.py\n   ```\n2. **Follow the Prompts**:\n   - Type in the phone number (like `+12025550123` with the country code).\n   - Enter the message you want to send (up to 160 characters for the free version).\n3. **Check the Result**: You’ll see a green message if it worked, or an error if something’s off.\n\n**Example**:\n```plaintext\n[*] Enter number of the victim: +12025550123\n\u003e\u003e\u003e +12025550123\n[*] ENTER YOUR MSG: Hey, this is a test!\n\u003e\u003e\u003e Hey, this is a test!\n\n{\n  \"success\": true,\n  \"textId\": \"123456789\",\n  \"quotaRemaining\": 0\n}\n```\n\n## API Limits\n- The free `textbelt` key lets you send **only one SMS per day**.\n- Phone numbers need the country code (like `+1` for the US).\n- You’ll need an internet connection to make it work.\n- If you mess up the number or hit the limit, the API will throw an error.\n\n## Running Into Issues?\n- **“Module not found”**:\n  - Double-check you installed the libraries: `pip install -r requirements.txt`.\n  - Make sure your virtual environment is active.\n- **“API didn’t work”**:\n  - Check the phone number format (needs `+1` or similar).\n  - Visit [textbelt.com](https://textbelt.com) to see if the API’s down or you hit the quota.\n- **“Nothing happens or it crashes”**:\n  - Confirm Python 3.6+ is installed: `python3 --version`.\n  - Try a different terminal (like PowerShell or Bash).\n- **“Colors look weird”**:\n  - Reinstall `colorama`: `pip install colorama`.\n\n## Want to Help Out?\nAwesome! Here’s how you can pitch in:\n1. Fork the repo.\n2. Create a new branch: `git checkout -b my-cool-feature`.\n3. Make your changes and commit: `git commit -m \"Added something awesome\"`.\n4. Push it up: `git push origin my-cool-feature`.\n5. Open a Pull Request and tell us what you did.\n\nTry to keep your code clean (check out [PEP 8](https://peps.python.org/pep-0008/)) and add tests if you can.\n\n## Code of Conduct\nWe want everyone to feel welcome. Please follow the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). Be kind and respectful!\n\n## Security\nFound a security issue? Please contact me directly (see [Author](#author)) instead of posting it publicly. We’ll fix it ASAP. Also, never leave API keys in your code where others can see them!\n\n## What’s New?\n- **v1.0.0** (June 21, 2025):\n  - First release with Textbelt API support.\n  - Colorful CLI and basic error handling.\n\nCheck [CHANGELOG.md](CHANGELOG.md) for the full scoop.\n\n## Project Status\n- **Version**: 1.0.0\n- **Status**: Solid for basic use with Textbelt’s free API.\n- **What’s Next**:\n  - Support for premium Textbelt API keys.\n  - Better phone number validation.\n  - Automated tests to catch bugs.\n  - Translations for non-English users.\n\n## Author\n- **Name**: Gheris (Akmenrah)\n- **Contact**:\n  - Instagram: [gheris__579_](https://www.instagram.com/gheris__579_)\n  - GitHub: [Gheris-579](https://github.com/Gheris-579)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgheris-579%2Ffake-sms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgheris-579%2Ffake-sms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgheris-579%2Ffake-sms/lists"}