Skip to content

Instantly share code, notes, and snippets.

@wh0am1-dev
Created February 4, 2016 15:44
Show Gist options
  • Save wh0am1-dev/4f0bfa5efec89fe8a657 to your computer and use it in GitHub Desktop.
Save wh0am1-dev/4f0bfa5efec89fe8a657 to your computer and use it in GitHub Desktop.
Tuenti Scraper
#!/bin/bash
# usage:
# ./tuenti-scrape.sh <tuenti-email> <tuenti-password>
# install python and git
sudo apt-get install git python
# install dependencies
pip install python-tuenti
# clone repository and configure
cd ~
git clone https://github.com/txomon/tuenti-downloader tuenti-scraper
cd tuenti-scraper
python setup.py install
# ta-da !
python td.py $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment