Code Monkey home page Code Monkey logo

idolbomcoronaautochecker's Introduction

IdolbomCoronaAutoChecker

작업중

아이돌봄 서비스 방문 전후 자가 건강 체크리스트 자동 체크 서비스입니다.

.env에 설정된 URL에 따라 구글 설문, 네이버 설문지를 자동으로 체크하여 제출합니다.

Requirements

Google Chrome, python3.8

How to use

# install requirements
python3 -m pip install -r requirements.txt

# setup .env
Open .env file and fill environment

# run
python3 main.py

How to use with docker-compose

build docker image

docker build -t dldhk97/idolbom_auto_checker:0.1 .

create docker-compose.yml

version: "3"
services:
  idolbom_auto_checker:
    image: dldhk97/idolbom_auto_checker:0.1
    container_name: idolbom_auto_checker
    restart: unless-stopped
    ports:
      - "5000:5000"
    environment:
      - SERVER_IP=YOUR_SERVER_IP
      - SERVER_PORT=5000
      - SELF_CHECK_URL=https://abcdefg.com
      - TEACHER_NAME=홍길동
      - DO_NOT_SUBMIT=False
      - CHROME_DRIVER_URL=https://chromedriver.storage.googleapis.com/
      - CHROME_DRIVER_VERSION=Auto
      - HEADLESS_MODE=True

run

docker-compose up -d

idolbomcoronaautochecker's People

Contributors

dldhk97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.