Pitchfork.com评论的非正式API

pitchfork的Python项目详细描述


用于 pitchfork.com评论。

Build StatusVersionDownloads (30 days)
Build StatusLatest VersionDownloads

安装

你可以从python package index

pip install pitchfork

您也可以克隆存储库,但请注意pitchfork依赖于 在beautifulsoup4上进行HTML解析,因此必须首先安装 beautifulsoup4你自己!!!

git clone https://github.com/michalczaplinski/pitchfork.git

用法

>>importpitchfork>>p=pitchfork.search('kanye west','my beautiful')# the title is autocompleted>>p.album()# the full album titleu'My Beautiful Dark Twisted Fantasy'>>p.label()u'Def Jam / Roc-A-Fella'>>p.editorial()[:100]# get the first 100 characters of the review.u"Kanye West's 35-minute super-video,\xa0Runaway, peaks with a parade. Fireworks flash while red hoods ma"# the link to the album cover image>>p.cover()'http://cdn4.pitchfork.com/albums/15935/homepage_large.831179e9.jpg'>>p.score()10.0# pretty overrated IMHO!

测试

您可以使用以下命令运行位于tests目录中的基本测试:

$ cd pitchfork
$ python3 -m unittest discover

许可证

麻省理工学院

贡献

如果你想增加一些新的功能,建议改进或其他什么 欢迎给我留言或发送请求!

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
正则表达式Java使用关键字拆分字符串   Neo4j Java API模式索引范围查找?   java访问JButton[]   java如何混淆tomcat日志文件中的请求属性   apache运行CGI Java程序   java从一个Eclipse插件开始,我如何通过编程使Eclipse编辑某个文件?   从php中的SQL数据库到Java中的多个值作为单独的变量   java如何在多个osgi捆绑包之间共享资源   datetime Java time,无法从历元秒解析年份   java无法在安卓应用程序中使用morpho指纹扫描仪设备捕获指纹   java使用groovy/ratpack发送电子邮件   javascript在jsp页面中添加验证,但在控制台中仍然显示一些错误   java如何修复com。mysql。jdbc。DocsConnectionPropsHelper   java AlertDialog dispatchTouchEvent