Commit e7c8a0c7 authored by Cody Zacharias's avatar Cody Zacharias

Add Dockerfile

parent 4b30fa33
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
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment