- inspector:監視網站還有沒有呼吸的
- Python 3.6 or later
- pip3
- pipenv
For ubuntu user:
- Download or clone repo and change directory into this project.
sudo apt install python3
(ubuntu 18.04 has built-in python3)sudo apt install python3-pip
pip3 install pipenv
pipenv install
cp env.ini.example env.ini
and set config for your environment.pipenv run python3 <bot>.py
to start.