Skip to content

Instantly share code, notes, and snippets.

View andriyor's full-sized avatar
🏠
Working from home

Andrii Oriekhov andriyor

🏠
Working from home
View GitHub Profile
import os
import json
import datetime
from flask import Flask, url_for, redirect, \
render_template, session, request
from flask.ext.sqlalchemy import SQLAlchemy
from flask.ext.login import LoginManager, login_required, login_user, \
logout_user, current_user, UserMixin
from requests_oauthlib import OAuth2Session
@andriyor
andriyor / 0_reuse_code.js
Created March 31, 2017 17:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console