Skip to content

Instantly share code, notes, and snippets.

View DaveInga's full-sized avatar

David Inga DaveInga

View GitHub Profile
@DaveInga
DaveInga / gist:a7c68e1403c8ecddcad2
Last active September 13, 2015 04:56 — forked from rtt/gist:5a2e0cfa638c938cca59
example python tinderbot
# encoding: utf8 1,1 Top# encoding: utf8
import argparse
from datetime import datetime
import json
from random import randint
import requests
import sys
from time import sleep