๐ Compare tweet counts of @yude_jp and @yuderobot
- Create
docker-compose.ymland paste the below and set your token in this file.version: '3' services: app: restart: always container_name: yude-vs-robot image: ghcr.io/yuderobot/yude-vs-robot:main volumes: - "./data:/app/data" environment: # Twitter API related - CK= - CS= - AT= - AS= - Run
docker-compose up -d. To update, rundocker-compose pullbefore firing up the container.
This repository is provided under the MIT License.