Skip to content

taizilongxu/weibo_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

使用

需要weibo包依赖:

pip install weibo

截图

需要写入的参数

APP_KEY = '' # app key
APP_SECRET = '' # app secret
CALLBACK_URL = '' # callback url
AUTH_URL = 'https://api.weibo.com/oauth2/authorize'
USERID = '' # userid
PASSWD = '' #password

其中前3项需要自己注册新浪的API然后填入进程序,注意要和USERID是一个账号,否则后面的认证就会失败.

后两项是账号和密码.

运行依赖

  • Python 2.7
  • weibo

About

用新浪API实现的与电脑交互的机器人

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages