Skip to content

Instantly share code, notes, and snippets.

@k-rush
k-rush / gist:17e8a5744da64bb5fef9
Last active December 31, 2020 08:31 — 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