From e7c8a0c764f6879188e5c21e25fb6f1f856a7221 Mon Sep 17 00:00:00 2001 From: Cody Zacharias <22013186+haccer@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:25:04 -0500 Subject: [PATCH] Add Dockerfile --- Dockerfile | 10 ++++++++++ README.md | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..ff724fca --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM python:3.6-buster +LABEL maintainer="codyzacharias@pm.me" + +WORKDIR /root + +RUN git clone --depth=1 https://github.com/twintproject/twint.git && \ + cd /root/twint && \ + pip3 install . -r requirements.txt + +CMD /bin/bash diff --git a/README.md b/README.md index a8abf2d8..5e1df670 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@orig pipenv install git+https://github.com/twintproject/twint.git#egg=twint ``` +### March 2, 2021 Update + +**Added**: Dockerfile + +Noticed a lot of people are having issues installing (including me). Please use the Dockerfile temporarily while I look into them. + ## CLI Basic Examples and Combos A few simple examples to help you understand the basics: