A citation generator tool for Wikipedia. Currently accessible from:
https://citer.toolforge.org/ (the English version)
https://yadfa.toolforge.org/ (the Persian version)
Citer is especially useful for generating citations from Google Books URLs, DOIs (Any Digital object Identifiers) and ISBNs (International Standard Book Numbers). Additionally, any URL, including the URL of many major news websites can be processed to generate a citation.
URLs of Wayback Machine and archive.today are also supported and generate a citation template with archive parameters filled.
To run Citer on your local computer:
- Install Python 3.11+
- Clone the project (use
--depth=1
to reduce size) - Install the dependencies using
pip install --user -r requirements.txt
- Copy
config.py.example
toconfig.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) - Run
python3 app.py
If everything goes fine, the main page will be accessible from:
https://localhost:5000/
If you experience any problems or have questions, please open an issue on this repo.
The default language is English and can be changed to Persian using the setting in the config.py file.
- 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.