This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127.0.0.1 api.ak.facebook.com | |
127.0.0.1 api.connect.facebook.com | |
127.0.0.1 api.facebook.com | |
127.0.0.1 app.facebook.com | |
127.0.0.1 apps.facebook.com | |
127.0.0.1 ar-ar.facebook.com | |
127.0.0.1 badge.facebook.com | |
127.0.0.1 blog.facebook.com | |
127.0.0.1 connect.facebook.com | |
127.0.0.1 connect.facebook.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from bs4 import BeautifulSoup | |
from twilio.rest import TwilioRestClient | |
import json | |
import os | |
import re | |
import requests | |
url = 'https://postmates.com/st-louis' |