Skip to content

Instantly share code, notes, and snippets.

@christopherkullenberg
Created April 10, 2016 09:21
Show Gist options
  • Save christopherkullenberg/9fd8d0ecc79df115ef7fbef83578b3ad to your computer and use it in GitHub Desktop.
Save christopherkullenberg/9fd8d0ecc79df115ef7fbef83578b3ad to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css">
<title>Facescraper</title>
</head>
<body>
<h1>Facebooksök</h1>
<br>
<form action="/cgi-bin/searchdatabase.py" method="post">
<h2>Sökord: <input type="text" name="like_search_word"> <input type="submit" value="Sök" /></h2>
<p> <input type="radio" name="mode" value="like" checked /> LIKE <input type="radio" name="mode" value="regexp" /> Regexp </p>
<br>
<p>Max. resultat: <input type="number" name="result_limit" value=1000 /></p>
<p><input type="radio" name="order" value="Stigande" checked /> Stigande
<input type="radio" name="order" value="Fallande" /> Fallande</p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment