This service received over 120 retweets and over 1350 users in about a month.
Run $ docker-compose up -d --build
Environment variable setting in backend is required.
POSTGRES_DB=twichat
POSTGRES_USER=twichat
POSTGRES_PASSWORD=twichat
POSTGRES_HOST=postgres
SECRET_KEY=secret
DEBUG=true
TWITTER_API_CONKEY=xxx
TWITTER_API_CONSEC=xxx
BACKEND_HOSTNAME=http://localhost
WEBPAGE_BASE_URL=http://localhost
MIT License