Pawopy:Mastodon API的Python包装器例如tweepy 源码
aw Mastodon API的Python包装器,例如tweepy 安装 $ pip install pawopy import pawopy auth = pawopy . OAuthHandler ( 'https://pawoo.net' ) auth . set_access_token ( access_token ) api = pawopy . API ( auth ) api . update_status ( 'Hello World !' ) 授权书 import pawopy auth = pawopy . OAuthHandler ( 'https://pawoo.
文件列表
Pawopy-master.zip
(预估有个12文件)
Pawopy-master
pawopy
stream.py
2KB
mastodon.py
10KB
__init__.py
151B
model.py
10KB
handler.py
2KB
examples
streaming.py
531B
hello_world.py
197B
暂无评论