All Projects → dissemin → oabot

dissemin / oabot

Licence: MIT license
Adding links to full text in Wikipedia references

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to oabot

OA-signalling
A project to coordinate implementing a system to signal whether references cited on Wikipedia are free to reuse
Stars: ✭ 19 (-42.42%)
Mutual labels:  wikipedia, open-access
wikiapi
JavaScript MediaWiki API for node.js
Stars: ✭ 28 (-15.15%)
Mutual labels:  wikipedia
infobox-parser
Parse Wikipedia Infoboxes
Stars: ✭ 35 (+6.06%)
Mutual labels:  wikipedia
pageviews
Pageviews Analysis tool for Wikimedia Foundation wikis
Stars: ✭ 95 (+187.88%)
Mutual labels:  wikipedia
events
Materials related to events I might attend, and to talks I am giving
Stars: ✭ 22 (-33.33%)
Mutual labels:  open-access
linkedresearch.org
🌐 linkedresearch.org
Stars: ✭ 32 (-3.03%)
Mutual labels:  open-access
Zimpedia
Offline reader for Wikipedia
Stars: ✭ 18 (-45.45%)
Mutual labels:  wikipedia
ratewithscience
Rate things on arbitrary scales using big data and science!
Stars: ✭ 42 (+27.27%)
Mutual labels:  wikipedia
illuminsight
💡👀 Read EPUB books with built-in insights from wikis, definitions, translations, and Google.
Stars: ✭ 55 (+66.67%)
Mutual labels:  wikipedia
wikipedia for humans
No description or website provided.
Stars: ✭ 44 (+33.33%)
Mutual labels:  wikipedia
OSODOS
Open Science, Open Data, Open Source
Stars: ✭ 23 (-30.3%)
Mutual labels:  open-access
youtube-video-maker
📹 A tool for automatic video creation and uploading on YouTube
Stars: ✭ 134 (+306.06%)
Mutual labels:  wikipedia
wiki-tui
A simple and easy to use Wikipedia Text User Interface
Stars: ✭ 74 (+124.24%)
Mutual labels:  wikipedia
wikitable2csv
A web tool to convert Wiki tables to CSV 📈
Stars: ✭ 112 (+239.39%)
Mutual labels:  wikipedia
DiscordWikiBot
Discord bot for Wikimedia projects and MediaWiki wiki sites
Stars: ✭ 30 (-9.09%)
Mutual labels:  wikipedia
fetch
wik is use to get information about anything on the shell using Wikipedia.
Stars: ✭ 335 (+915.15%)
Mutual labels:  wikipedia
Laosheng.top
老生常谈,节约您的搜寻时间。Laosheng.top 中国新闻云媒体,中央外宣与一带一路云媒体,五大洲的报纸、电视、通讯社;The Belt and Road Cloud Media。 解放军微博阵列,明星微博粉丝榜。中央有关部门大全,政府政协人大两院。中国千县地名图,联合国有关部门。 大萌望海楼,找法不用愁。中国法律体系概览,大萌法律读本。 老生常谈排行榜,难搜到的好网站。LSIP 大规模集成网页。😤
Stars: ✭ 21 (-36.36%)
Mutual labels:  wikipedia
xtools
A suite of tools to analyze page, user and project data of MediaWiki websites
Stars: ✭ 78 (+136.36%)
Mutual labels:  wikipedia
pageviews.js
A lightweight JavaScript client library for the Wikimedia Pageviews API for Wikipedia and various of its sister projects for Node.js and the browser.
Stars: ✭ 24 (-27.27%)
Mutual labels:  wikipedia
linkcount
Web program to see the number of links to a page in any Wikimedia project.
Stars: ✭ 26 (-21.21%)
Mutual labels:  wikipedia

Wikipedia OAbot Build Status

This tool looks for open access versions of references in Wikipedia articles.

It relies on the Dissemin API and oaDOI.

Start editing citations

Report any issues on Phabricator

Local installation and usage instructions:

  • Clone the repository on your computer and enter the project directory. For now OAbot requires Python 2.7 and is not compatible with Python 3.
  • Install dependencies with pip install -r requirements.txt.
  • Create a database config with cp dbconfig.py.in dbconfig.py (this database is used to store edit counts)
  • Serve the application with a WSGI-enabled server, using app.py, or run the application locally with python app.py, which serves the tool on http://localhost:5000/.
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].