Blog and twitter bot to pull tweets chains into blog post to read/save easily
-
Clone the repo
git clone https://github.com/civilcoder55/django-collector-app.git
-
update env file
cp .env.example .env
-
you may need to edit some configurations in docker-compose.yml like ports
-
run containers
docker-compose up -d
-
access website at
http://127.0.0.1:8000
- pulling tweets chains into blog post.
- authentication system.
- twitter oauth for login and linking account.
- two factor authentication with otp.
- comment, like, dislike posts.
- save post as pdf.
- websocket notification on new collected tweets.