• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

martin-majlis / Wikipedia-API / 101 / 2
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2019 10:31AM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jan 2019 10:29AM UTC coverage: 95.775% (+0.02%) from 95.751%
101.2

push

travis-ci

martin-majlis
Supports pages without sections

This fixes #18

Now it is possible to extract text from pages without sections.

Example:

```

import wikipediaapi
wiki_wiki = wikipediaapi.Wikipedia(language='ja',
extract_format=wikipediaapi.ExtractFormat.WIKI)
p_wiki=wiki_wiki.page('知覚心理学')
print(p_wiki.summary)
print(p_wiki.text)

wiki_html = wikipediaapi.Wikipedia(language='ja',
extract_format=wikipediaapi.ExtractFormat.HTML)
p_html=wiki_wiki.page('知覚心理学')
print(p_html.summary)
print(p_html.text)

```

340 of 355 relevant lines covered (95.77%)

0.96 hits per line

Source Files on job 101.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 97
  • Travis Job 101.2
  • 9be2f6ef on github
  • Prev Job for on master (#100.1)
  • Next Job for on master (#102.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc