Skip to content

Instantly share code, notes, and snippets.

View dubirajara's full-sized avatar
🎯
Focusing

Diego Ubirajara dubirajara

🎯
Focusing
View GitHub Profile
# coding: utf-8
import os
import shutil
import requests
import re
TOPIC_LIST = [
'programming',
'web-platform',
'security',
'''
Example using headers. The fields were filled with generic values
'''
import requests
url = 'http://www.example.com/page'
#Create headers
header = {}
header['Host'] = 'www.example.com'