TheSpeedX / TBomb

This is a SMS And Call Bomber For Linux And Termux
Other
4.2k stars 1.56k forks source link

Addition of new SMS endpoint #465

Open techux opened 2 months ago

techux commented 2 months ago

Is your feature request related to a problem? Please describe. New SMS endpoint. Many of the existing are dead

Describe the solution you'd like A new endpoint with below details. please consider adding it up Parameter Value
Endpoint https://www.99acres.com/onlineCampaign/getAppLink
Method POST
Payload {"phone" : "xxxxxxxxxx"}
Location India
Identity Sent! You can check your message now.

Endpoint Response :

{
    "data": "Sent! You can check your message now.",
    "responseStatus": "OK",
    "headers": null,
    "link": null
}
0n1cOn3 commented 2 months ago

Hi ๐Ÿ˜€

Please create a PR so it can be applied. You can check bomber.py to understand the API logic๐Ÿ˜‡

techux commented 2 months ago

Hi ๐Ÿ˜€

Please create a PR so it can be applied. You can check bomber.py to understand the API logic๐Ÿ˜‡

Okay, I will make a PR soon ๐Ÿ˜Š

Osmanpnvr commented 1 month ago

Is your feature request related to a problem? Please describe. New SMS endpoint. Many of the existing are dead

Describe the solution you'd like A new endpoint with below details. please consider adding it up

Parameter Value Endpoint https://www.99acres.com/onlineCampaign/getAppLink Method POST Payload {"phone" : "xxxxxxxxxx"} Location India Identity Sent! You can check your message now. Endpoint Response :

{
   "data": "Sent! You can check your message now.",
   "responseStatus": "OK",
   "headers": null,
   "link": null
}

https://github.com/TheSpeedX/TBomb/issues/465#issue-2243400932