- 授权协议: 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())
Ruby for Rails
David Black / Manning Publications / 2006-05-11 / USD 44.95
What's Inside * How Ruby and Rails work, separately and together * Extensive Ruby language tutorial * Ruby techniques for Rails applications * Explore the Rails framework source code A new level of pr......一起来看看 《Ruby for Rails》 这本书的介绍吧!
UNIX 时间戳转换
UNIX 时间戳转换
HSV CMYK 转换工具
HSV CMYK互换工具
