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

martin-majlis / Wikipedia-API / 101
96%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2019 10:31AM UTC
Jobs 4
Files 1
Run time 22s
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

pending completion
101

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%)

3.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 101.1 27 Jan 2019 10:31AM UTC 0
95.77
Travis Job 101.1
2 101.2 27 Jan 2019 10:31AM UTC 0
95.77
Travis Job 101.2
3 101.3 27 Jan 2019 10:31AM UTC 0
95.77
Travis Job 101.3
4 101.4 27 Jan 2019 10:32AM UTC 0
95.77
Travis Job 101.4
Source Files on build 101
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #101
  • 9be2f6ef on github
  • Prev Build on master (#100)
  • Next Build on master (#102)
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