{"id":13337235,"url":"https://github.com/hackelite01/Anony-Msg","last_synced_at":"2025-03-11T04:32:11.213Z","repository":{"id":41987954,"uuid":"373069051","full_name":"hackelite01/Anony-Msg","owner":"hackelite01","description":"A cool tool to send anonymously messages. Now it's just one for a day in free trial.","archived":false,"fork":false,"pushed_at":"2023-10-27T13:56:14.000Z","size":39,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-10-27T14:43:53.947Z","etag":null,"topics":["anony-msg","anonymous-message","anonymous-sms","hackelite01","hacktoberfest","hacktoberfest2023","linux","sms-notifications","sms-spoofing","termux","termux-tool","tool"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackelite01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-02T06:52:16.000Z","updated_at":"2023-10-24T10:41:42.000Z","dependencies_parsed_at":"2022-07-18T16:52:57.820Z","dependency_job_id":null,"html_url":"https://github.com/hackelite01/Anony-Msg","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackelite01%2FAnony-Msg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackelite01%2FAnony-Msg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackelite01%2FAnony-Msg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackelite01%2FAnony-Msg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackelite01","download_url":"https://codeload.github.com/hackelite01/Anony-Msg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213069646,"owners_count":15532824,"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","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":["anony-msg","anonymous-message","anonymous-sms","hackelite01","hacktoberfest","hacktoberfest2023","linux","sms-notifications","sms-spoofing","termux","termux-tool","tool"],"created_at":"2024-07-29T19:12:53.386Z","updated_at":"2024-10-23T15:32:08.898Z","avatar_url":"https://github.com/hackelite01.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAnony-Msg v1.4\u003c/h1\u003e\n\u003cp align=\"center\"\u003eAnonymous Message Sender for Linux And Termux.\u003c/p\u003e\u003cbr\u003e\n\n## Updates:\n**v1.0**\u003cbr\u003e\n[+] Basic Features\u003cbr\u003e\n[+] Non-Colourful Interface.\u003cbr\u003e\u003cbr\u003e\n**v1.1**\u003cbr\u003e\n[+] Adding Colours.\u003cbr\u003e\u003cbr\u003e\n**v1.2**\u003cbr\u003e\n[+] Fixing Colour Issues\u003cbr\u003e\n[+] Adding Tracking Feature.\u003cbr\u003e\u003cbr\u003e\n**v1.3**\u003cbr\u003e\n[+] Adding Lolcat To Make More Colourful Start.\u003cbr\u003e\u003cbr\u003e\n**v1.4**\u003cbr\u003e\n[+] Adding Auto-Update Feature.\u003cbr\u003e\n[+] Adding Telegram Discussion.\u003cbr\u003e\n\n## Note:\n\n- The script requires working network connection to work.\n- No balance will be deducted for using this script to send SMS.\n- Don't put spaces in between phone number (Ex- 99999 99999)\n- Make sure you are using the latest version of Anon-SMS\n- Make sure you are using Python v3.\n\nHere's how you can check it. Type this command in your terminal.\n```\n$ python -V\n```\nIf output looks like `Python 3` or above - Congrats, Python 3 is installed properly.\n\n- Do not use this to harm others.\n- This script is only for educational purposes or to prank.\n- **None of the developers/contributors are responsible for the misuse of Anony-Msg.**\n\u003cbr\u003e\n\n## Features:\n\n- This Is A Free Version.\n- Super-fast Mesage Sending.\n- International Message Sending available.\n- You Can Send Only One Message Per Day.\n- Messaging Anonymously.\n- Easy to use and embed in code.\n\n## Usage:\n\nRun these commands to Send Anonymous Message\n\n### \u003e For Termux:\n\n**Notice:** \n\ngit installation methods are not universal and do differ between distributions,\nso, installing git as per instructions below may not work.\nPlease check out how to install `git` for your Linux distribution.\nCommands below provide instructions for Debian-based systems.\n\nTo Send Messages Anonymously type the following commands in Termux:\n```\npkg install git\npkg install python\ngit clone https://github.com/hackelite01/Anony-Msg\ncd Anony-Msg\nbash Run.sh\n```\n\n### \u003e For Linux:\n\n**Notice:** \n\ngit installation methods are not universal and do differ between distributions,\nso, installing git as per instructions below may not work.\nPlease check out how to install `git` for your Linux distribution.\nCommands below provide instructions for Debian-based systems.\n\nTo Send Message Anonymously type the following commands in Linux terminal:\n```\nsudo apt install git\ngit clone https://github.com/hackelite01/Anony-Msg\ncd Anony-Msg\nsudo bash Run.sh\n```\n\n## Credits\n\n- **`HACK3RY2J`**\n## CONTRIBUTORS:\n\n- **HackElite**\u003cbr\u003e\n[@] Mail At: hackelite.sup@gmail.com\n\n\n# CONTACT ME:\n\nFeel Free To Open An Issue...\n\n```\n                 Mail: hackelite.sup@gmail.com\n      YouTube Channel: https://youtube.com/channel/UCctC7DrSBTHcc8R-BrB9qRg\n```\n\n\u003ca href=\"https://youtube.com/channel/UCctC7DrSBTHcc8R-BrB9qRg\"\u003eCheck Out Our YouTube Channel\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://t.me/hackelite01\"\u003eCheck Out Our Telegram Discussion\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackelite01%2FAnony-Msg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackelite01%2FAnony-Msg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackelite01%2FAnony-Msg/lists"}