Skip to content

Instantly share code, notes, and snippets.

View wmpay's full-sized avatar
💻
furiously typing

Max Paymar wmpay

💻
furiously typing
  • Google
  • New York
View GitHub Profile
import json
import twitter
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
from sqlalchemy.orm import exc as sqlExc
from sqlalchemy.sql import exists
from user import User, UserBase
from follow import Follow, FollowBase
from friend import Friend, FriendBase
from time import sleep