api-bruh-bot

module
v0.0.0-...-bb5dbe3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2021 License: GPL-3.0

README

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": "monda@monda.com"})
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=

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL