9 lines
588 B
Markdown
9 lines
588 B
Markdown
|
Workaround bot to add SemanticCite references as semantic relations.
|
||
|
|
||
|
It creates a [[Cited references]] property which links to the cited subobject. See also the discussion [here](https://github.com/SemanticMediaWiki/SemanticCite/issues/99).
|
||
|
|
||
|
# Usage
|
||
|
|
||
|
1. Create a bot user on the wiki. Add its credentials to a file following the format of `no_credentials.json`.
|
||
|
2. Run the bot `python citation_bot.py --url https://www.your.domain/wiki/api.php --credentials your_credentials.json`. Which will now insert a block of text containing the semantic property to all pages that have a CiteRef.
|