MuhammedMusharaf007 / citer

An online citation generator for Wikipedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Citer

A citation generator tool for Wikipedia. Currently accessible from:
https://citer.toolforge.org/ (the English version)
https://yadfa.toolforge.org/ (the Persian version)

What does it do?

Citer is especially useful for generating citations from Google Books URLs, DOIs (Any Digital object Identifiers) and ISBNs (International Standard Book Numbers). Additionally, URLs of many major news websites are supported, including:

  • The New York Times
  • BBC
  • Daily Mail
  • Daily Mirror
  • The Daily Telegraph
  • The Huffington Post
  • The Washington Post
  • The Boston Globe
  • Bloomberg Businessweek
  • Financial Times
  • The Times of India

Special support for the URLs of the Wayback Machine is also implemented.

Some other tested and supported Persian websites:

Installation

To run Citer on your local computer:

  1. Install Python 3.9+
  2. Clone the project
  3. Install the dependencies using pip install --user -r requirements.txt
  4. Copy config.py.example to config.py (You might want to get an NCBI API key and add it to the config file if you're going to use its services)
  5. Run python3 app.py

If there are no warnings or error messages (and no HTML is displayed), the main page will be accessible from:
http://localhost:5000/

If you experience any problems or have questions, please open an issue on this repo.

Language Setting

The default language is English and can be changed to Persian using the setting in the config.py file.

Known issues

  • The bookmarklet does not work on archive.org (issue #26) or any other website that does not allow opening external links. One needs to use Citer directly in such cases.

About

An online citation generator for Wikipedia

License:GNU General Public License v3.0


Languages

Language:Python 94.9%Language:HTML 2.6%Language:JavaScript 1.6%Language:CSS 0.9%