Skip to content

Instantly share code, notes, and snippets.

View colino's full-sized avatar

Nicola Logrillo colino

View GitHub Profile
#!/bin/bash
# If it redirects to http://www.facebook.com/login.php at the end, wait a few minutes and try again
EMAIL='YOUR_EMAIL' # edit this
PASS='YOUR_PASSWORD' # edit this
COOKIES='cookies.txt'
USER_AGENT='Firefox/3.5'