randy1yu / gamer_lottery_collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamer Lottery Collector

Gamer is a popular forum in Taiwan. It provides prizes including furniture,electronic product, toy and os on. User can get the lottery by spend coin or watch ads. Gamer Lottery Collector can help you collect the coins and lotteries automatically.

Features

  • Login to gamer forum
  • Earn the coin
  • Collect the lotteries of the prize

Tech

Gamer Lottery Collector uses some open source projects to work properly:

Installation

prepare environment for python 3.8

install Chrome Driver for selenium

pip install -r requirements.txt

export AIRFLOW_HOME= path of this project

airflow db init

Create airflow services:

airflow users create \
    --username admin \
    --firstname Peter \
    --lastname Parker \
    --role Admin \
    --email spiderman@superhero.org

Start airflow service:

airflow webserver --port 8080

airflow scheduler

About


Languages

Language:Python 100.0%