Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.82 KB

readme.md

File metadata and controls

70 lines (56 loc) · 1.82 KB

Logo

Collector App

Blog and twitter bot to pull tweets chains into blog post to read/save easily

Screenshots

Twitter Bot

folder structure


different screenshots

Dark

Light

Mobile

PDF

Settings

Bot logs


Usage

  1. Clone the repo

    git clone https://github.com/civilcoder55/django-collector-app.git
  2. update env file

    cp .env.example .env
  3. you may need to edit some configurations in docker-compose.yml like ports

  4. run containers

    docker-compose up -d
  5. access website at

    http://127.0.0.1:8000

Features

  • 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.