- Clone https://github.com/vysheng/tg/, and install all necessary dependencies
- Apply
documents.patch
, then./configure && make
pip3 install pytg
- Modify
main.py
and changetgdir
to the correct path. - Log in your tg-cli
nohup ./bin/telegram-cli --json -R -W -P 4458 --permanent-peer-ids --permanent-peer-ids > /dev/null &
nohup python3 kagami.py > /dev/null &
aqicn.org waqi.info的app版 微信公众账号版
- 支持按照地理位置推荐
- 支持早晨定时提醒和消息推送
- 支持发送朋友圈
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global https.proxy http://127.0.0.1:1080 | |
git config --global https.proxy https://127.0.0.1:1080 | |
git config --global --unset http.proxy | |
git config --global --unset https.proxy | |
npm config delete proxy |
NewerOlder