Skip to content

peepa857/wechat-fund

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

wechat-fund

Real time view of funds earnings yield

environment

  • python 3.9.1

  • pip 20.2.3

create WxPusher APP

WxPusher 微信信息推送服务

set params

  • appToken: get the token after created a WxPusher APP (line: 41)

  • topicIds: get topicId after created a topic of APP (line: 45)

install dependencies

  • cpip install requests`

run command

  • python3 fund.py send message to wechat

screen shot

image

image

my fund APP QRcode

image

scheduled job

cron の使い方(python スクリプト)

#!/bin/bash
source /etc/profile
python3 {FULL PATH}/fund.py >> crontab_log.txt

About

Real time view of funds information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages