Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

bgpat/tweet-picker

Repository files navigation

tweet-picker

Pick up deleted tweet

Overview

TLからツイ消しを拾ってくるやつ
ツイ消しを眺めたいときにどうぞ

Usage

  1. clone this repository

    $ git clone https://github.com/bgpat/tweet-picker
    $ cd tweet-picker
  2. copy sample .env and edit

    $ cp .env.sample .env
    $ vi .env
  3. copy sample docker-compose.yml and edit

    $ cp docker-compose.yml.sample docker-compose.yml
    $ vi docker-compose.yml
  4. execute docker-compose up

    $ docker-compose up -d
    $ docker-compose ps
           Name                      Command               State           Ports          
    -------------------------------------------------------------------------------------
    tweetpicker_api_1     /server                          Up                             
    tweetpicker_cache_1   docker-entrypoint.sh redis ...   Up      6379/tcp               
    tweetpicker_db_1      docker-entrypoint.sh postgres    Up      5432/tcp               
    tweetpicker_web_1     nginx -g daemon off;             Up      0.0.0.0:8080->80/tcp 
  5. have fun !!!

    $ open http://localhost:8080

About

Pick up removed tweets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published