Tweep
2017-11-14 03:00:35
Documentation
Tweep github page: Tweep is an advanced Twitter scraping tool written in python that allows for scraping Tweets and pictures from Twitter profiles without using Twitter's API.
In this post you fill find small guide how to install this tool. There is two possibilities. Install tweep on your local host or choose docker with pre-installed tool. Tested on Ubuntu 16.04 LTS
Docker
Docker image you can find here https://hub.docker.com/r/szalek/pentest-tools/
docker pull szalek/pentest-tools
docker run -it szalek/pentest-tools
How to use
tweep -u Sza1ek
Install
If you prefer installation, here is what I using too add this tool to docker
apt-get update && \\
apt-get install -y git && \\
apt-get install -y python-pip && \\
pip install image && \\
pip install requests && \\
git clone https://github.com/haccer/tweep.git /home/tweep && \\
chmod +x /home/tweep/tweep.py && \\
ln -s /home/tweep/tweep.py /usr/bin/tweep