Skip to content

Instantly share code, notes, and snippets.

View s0x90's full-sized avatar
💭
shit happens

Vitaliy U. s0x90

💭
shit happens
View GitHub Profile
# -*- coding: utf-8 -*-
import requests
from bs4 import BeautifulSoup
from urlparse import urlparse
from settings import INSTAGRAM_USER, INSTAGRAM_PASS, INSTAGRAM_CLIENT_ID, INSTAGRAM_REDIRECT_URI
class InstagramLoginError(Exception):
pass