Skip to content

Instantly share code, notes, and snippets.

View fanhang64's full-sized avatar
🎯
Focusing

fanhang64

🎯
Focusing
View GitHub Profile
@cshuaimin
cshuaimin / instagram.py
Last active May 17, 2019 06:07
Instagram downloader
import aiohttp
import asyncio
import os
import re
from pathlib import Path
ROOT_URL = 'https://www.instagram.com/'
PROXY = 'http://127.0.0.1:1080'
HEADERS = {
'User-Agent':