KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
alpha_wx_notify
★ 24
Open GitHub ↗
币安alpha空投微信通知
Download README (.md)
Explore Similar Repositories
cs-inspect-serializer
:
Lightweight serializer and decoder for CS inspect links
SteosMorphy
:
SteosMorphy
hathi-db
:
No description available.
top-career-pages
:
No description available.
recursos-ctf-ciberseguridad-inicial
:
Guía práctica, comandos, checklist y recursos para empezar el mundo CTF y TryHackMe.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
alpha_wx_notify
?
Download (.md)
# alpha_wx_notify 币安alpha互动微信通知 # 功能 爬取空投日历,把今日的空投信息通过调用方糖的接口推送到微信。 只要今日空投有任何变化,就会发通知给你:   # 使用方法 在config.json中填入你的sendKey,有多个就填入多个。(sendKey获取方法:用微信打开https://sct.ftqq.com/sendkey) 填完之后,直接启动 linux: nohup ./alpha_wx_notify & window:双击打开 config.json的配置: { "sendkeys": [""], #sendkey "interval": 5, # 间隔多少分钟检测一次 "fiterTge": true # 是否过滤tge活动 } # 编译 go build # 其他 因为比较懒,所以一直没有打tag,大家都使用最新的代码编译吧,也不难,