All Projects β†’ iyanuashiri β†’ wikipedia-reference-scraper

iyanuashiri / wikipedia-reference-scraper

Licence: other
Wikipedia API wrapper for references

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wikipedia-reference-scraper

Scraper-Projects
πŸ•Έ List of mini projects that involve web scraping πŸ•Έ
Stars: ✭ 25 (-26.47%)
Mutual labels:  scraper, beautifulsoup
wikipedia for humans
No description or website provided.
Stars: ✭ 44 (+29.41%)
Mutual labels:  scraper, wikipedia
Mediawiki
MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/
Stars: ✭ 89 (+161.76%)
Mutual labels:  wikipedia, api-wrapper
Arxivscraper
A python module to scrape arxiv.org for specific date range and categories
Stars: ✭ 121 (+255.88%)
Mutual labels:  scraper, api-wrapper
Pitchfork
🎢 Unofficial python API for pitchfork.com reviews.
Stars: ✭ 67 (+97.06%)
Mutual labels:  scraper, beautifulsoup
kick-off-web-scraping-python-selenium-beautifulsoup
A tutorial-based introduction to web scraping with Python.
Stars: ✭ 18 (-47.06%)
Mutual labels:  scraper, beautifulsoup
BookingScraper
🌎 🏨 Scrape Booking.com 🏨 🌎
Stars: ✭ 68 (+100%)
Mutual labels:  scraper, beautifulsoup
TorScrapper
A Scraper made 100% in Python using BeautifulSoup and Tor. It can be used to scrape both normal and onion links. Happy Scraping :)
Stars: ✭ 24 (-29.41%)
Mutual labels:  scraper, beautifulsoup
Jobfunnel
Scrape job websites into a single spreadsheet with no duplicates.
Stars: ✭ 1,528 (+4394.12%)
Mutual labels:  scraper, beautifulsoup
Mwoffliner
Scrape any online Mediawiki motorised wiki (like Wikipedia) to your local filesystem
Stars: ✭ 121 (+255.88%)
Mutual labels:  scraper, wikipedia
google-scraper
This class can retrieve search results from Google.
Stars: ✭ 33 (-2.94%)
Mutual labels:  scraper
hata
Async Discord API wrapper.
Stars: ✭ 156 (+358.82%)
Mutual labels:  api-wrapper
knowledgeworks api
The API utils for querying CN-DBpedia & CN-Probase, the biggest Chinese knowledge bases
Stars: ✭ 24 (-29.41%)
Mutual labels:  api-wrapper
GoodReadsScraper
πŸ“š A GoodReads.com Scraper script to get books reviews including text and rating.
Stars: ✭ 36 (+5.88%)
Mutual labels:  beautifulsoup
yellowpages-scraper
Yellowpages.com Web Scraper written in Python and LXML to extract business details available based on a particular category and location.
Stars: ✭ 56 (+64.71%)
Mutual labels:  scraper
cassandra-GLAM-tools
Support GLAMs in monitoring and evaluating their cooperation with Wikimedia projects
Stars: ✭ 17 (-50%)
Mutual labels:  wikipedia
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+88.24%)
Mutual labels:  scraper
java-binance-api
Java Binance API Client
Stars: ✭ 72 (+111.76%)
Mutual labels:  api-wrapper
MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (+17.65%)
Mutual labels:  scraper
Euro2016 TerminalApp
⚽ Instantly find πŸ†EURO 2016 live-streams & highlights, now a Web App!
Stars: ✭ 54 (+58.82%)
Mutual labels:  beautifulsoup

wikipedia-reference-scraper

Wikipedia API wrapper for references

Motivation

I just graduated from Physiology department, University of Ibadan. I started typing my final year project some days before submission deadline. I made use of Wikipedia for my literature review because each page is supported with enough references. The next task was to copy and paste the references. This was a lot of work considering the fact that some pages has over 200 references and I wasn't working with just one page. I decided to make use of Wikipedia API wrappers but all the ones I checked didn't do what I needed. So I decided to write a simple script that scraped Wikipedia page.

Usage

Python Interactive Shell

>>> from wikipedia_reference_scraper import WikipediaReferenceScraper as wrs

>>> wrs().write_to_document('https://en.wikipedia.org/wiki/Blood_pressure#References', 'filename.docx')

Through the Command Line (with python-fire)

$ python wikipedia_reference_scraper.py write_to_document https://en.wikipedia.org/wiki/Blood_pressure#References filename.docx

It pulls the references from a Wikipedia page and saves the references in a file.

Tools I Used

Requests

BeautifulSoup

python-fire

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].