Skip to content

Instantly share code, notes, and snippets.

View minshinkhant's full-sized avatar
🎯
Focusing

Min Shin Khant minshinkhant

🎯
Focusing
View GitHub Profile
@minshinkhant
minshinkhant / smstexter.py
Created March 12, 2020 09:20
Sending birthday reminder message to your phone number with Twilio trial account
# sending birthday reminder message to your phone number
#with twilio trial account
import time
import os
from twilio.rest import Client
from twilio.http.http_client import TwilioHttpClient
proxy_client = TwilioHttpClient()
proxy_client.session.proxies = {'https': os.environ['https_proxy']}
[
{
"response": "success",
"id": "1",
"name": "A-Bomb",
"powerstats": {
"intelligence": "38",
"strength": "100",
"speed": "17",
"durability": "80",