Skip to content

wangxiaomo/py-weibo-oauth2template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python SAE Weibo OAuth2 Template.
        Author: xiaomo([email protected])
        GitHub: https://github.com/wangxiaomo/py-weibo-oauth2template
        Fork  : https://github.com/wangxiaomo/py-weibo-oauth2template/fork_select
.
├── app.py                 # 应用程序
├── config.yaml            # 配置文件
├── index.wsgi             # 启动文件
├── README                 # 文档
└── weibo.py               # weibo python sdk(oauth2)

0 directories, 5 files


INSTALL:
    1.新建 SAE Python 应用.
    2.修改 config.yaml:
        name:    应用名
        version: 应用版本
    3.修改 app.py:
        修改 APP_KEY,APP_SECRET
        修改 CALLBACK_URL
        修改 app.secret_key(可选)


ABOUT THE WEIBO SDK:
    HOME PAGE: http://code.google.com/p/sinaweibopy/
    MANUAL   : http://code.google.com/p/sinaweibopy/wiki/OAuth2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages