Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

bruh-boys/api-bruh-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a simple api that sent spam via sms and email

routes:

  • /sms

  • /email (Its not working beacuse the Host, but you can use it by yourself)

example request with python (sms):

import requests

r = requests.post("https://api-bruh-bot.elpanajose.repl.co/sms",
                  json={"phone": "+5759075894789"})
print(r.text)

email:

import requests

r = requests.post("https://api-bruh-bot.elpanajose.repl.co/email",
                  json={"email": "[email protected]"})
print(r.text)

Do you want to use it locally?

  • install al the go dependencies with go get .

  • Then install all the python deps with pip3 install -r requirements.txt

  • and finally in the /routes directory create a .env file with the following content

EMAIL1=
EMAIL2=
PASSWORD=