- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/ryanmcdermott/birdseed
软件介绍
Birdseed 使用 Twitter 的搜索 API 来获取随机数字。
要求:Python 2.7+ or Python 3.3+, pip, and Twitter App credentials
使用:
from __future__ import print_function import birdseed query = 'donald trump' access_key = 'YOUR_ACCESS_KEY' access_secret = 'YOUR_ACCESS_SECRET' consumer_key = 'YOUR_CONSUMER_KEY' consumer_secret = 'YOUR_CONSUMER_SECRET' t = birdseed.Birdseed(query, access_key, access_secret, consumer_key, consumer_secret) print(t.random())
Beginning PHP and MySQL 5
W. Jason Gilmore / Apress / 2006-01-23 / USD 44.99
Beginning PHP and MySQL 5: From Novice to Professional, Second Edition offers comprehensive information about two of the most prominent open source technologies on the planet: the PHP scripting langua......一起来看看 《Beginning PHP and MySQL 5》 这本书的介绍吧!
