Skip to content

Instantly share code, notes, and snippets.

View Harjot13's full-sized avatar
😄
I may be slow to respond.

Hjthesniper Harjot13

😄
I may be slow to respond.
  • Vancouver, BC
View GitHub Profile
@Harjot13
Harjot13 / A scammer flooder script.py
Created November 2, 2019 03:42
I wrote a resource for robocalling scammers every 23 seconds for an hour, the code is here it's intended to be part of a simple spring boot app, it's written in kotlin. I'm not made of money, so I can't leave my own credentials in there, but you can create a twilio account and put credentials in there. if you hit localhost:8080/call?number=(numb…
package com.lenois
import com.google.common.base.Stopwatch
import com.twilio.http.TwilioRestClient
import com.twilio.rest.api.v2010.account.Call
import com.twilio.twiml.Pause
import com.twilio.twiml.Say
import com.twilio.twiml.VoiceResponse
import com.twilio.type.PhoneNumber
import org.springframework.util.StopWatch