墨墨背单词分享链接刷新点击量(IP代理池方式),当然也支持个人博客等网页访问量的刷新。
git clone https://github.com/Albresky/Momo-Share-Fresh.git
cd src && pip install -r requirements.txt
python main.py
2.1 进入Release下载对应版本
.\momo_windows_amd64.exe
./momo_linux_x86_64
- 以Windows平台(
momo_windows_amd64.exe
)为例,运行exe时添加选项-h
以查看说明
.\momo_windows_amd64.exe -h
- 输出如下
PS C:\Users\Albre\Desktop\sd> .\momo_windows_amd64.exe -h
usage: momo_windows_amd64.exe [-h] --url URL [URL ...] [--num [NUM]] [--delay [DELAY]]
Momo Share Flash
optional arguments:
-h, --help show this help message and exit
--url URL [URL ...], -url URL [URL ...]
墨墨背单词分享链接
--num [NUM] 点击量
--delay [DELAY] 刷新延时(ms)
--url或-url
为 必选选项,用于输入分享链接- 例如:
.\momo_windows_amd64.exe -url "https://xxxxxxxxx"
,或多个分享链接:.\momo_windows_amd64.exe -url "https://aaaa" "https://bbbb"
- 例如:
-num
和-delay
为 可选选项,用于指定刷新次数(默认30次)、每次刷新的延时(默认5,单位:ms)- 例如:
.\momo_windows_amd64.exe -url "https://xxxxxxxxx" -num 25
,或.\momo_windows_amd64.exe -url "https://aaaa" "https://bbbb" -num 25 -delay 3
-delay
延时请不要设置太低,或许会被ban
- 例如:
- 如果在Python环境运行
main.py
,方法同上。将momo_windows_amd64.exe
替换为python main.py
即可