Expand description
§Tools Interface
This rust crate implements structs to easily interface with several Wikipedia/Wikidata/Wikimedia tools and APIs.
§Supported tools
- A List Building Tool
AListBuildingTool
- Completer
Completer
- Duplicity
Duplicity
- PagePile (read only)
PagePile
- Pageviews API
Pageviews
- Persondata Template
PersondataTemplate
- PetScan
PetScan
- Missing Topics
MissingTopics
- Quarry (existing results only)
Quarry
- QuickStatements (start batches)
QuickStatements
- SparqlRC
SparqlRC
If you would like to see other tools supported, add a request to the Issue tracker.
Re-exports§
pub use a_list_building_tool::AListBuildingTool;
pub use completer::Completer;
pub use completer::CompleterFilter;
pub use duplicity::Duplicity;
pub use error::ToolsError;
pub use missing_topics::MissingTopics;
pub use pagepile::PagePile;
pub use quarry::Quarry;
pub use quickstatements::QuickStatements;
pub use site::Site;
pub use sparql_rc::EntityEdit;
pub use sparql_rc::EntityEditor;
pub use sparql_rc::SparqlRC;
pub use tool::Tool;
pub use tools_interface::ToolsInterface;
pub use pageviews::*;
pub use persondata_template::*;
pub use petscan::*;
Modules§
- a_
list_ building_ tool - completer
- Completer
- duplicity
- Duplicity
- error
- Error module
- missing_
topics - Missing Topics
- pagepile
- PagePile
- pageviews
- Pageviews
- persondata_
template - Persondata Vorlagen
- petscan
- PetScan
- quarry
- Quarry
- quickstatements
- QuickStatements
- site
- Site
- sparql_
rc - SparqlRC
- tool
- tools_
interface - ToolsInterface