scribe-org / Scribe-Data

Wikidata, Wiktionary and Wikipedia language data extraction
GNU General Public License v3.0
23 stars 25 forks source link

Implement `query` functionality within CLI #143

Closed andrewtavis closed 3 months ago

andrewtavis commented 3 months ago

Terms

Description

This issue would implement the query (q) functionality within the Scribe-Data CLI. Work for this is already being added in to #140 as the query command is being linked to the update_data.py process. A on the command setup is that we need the user to pass at least one of the following: --all, --language or --word-type, as without this the CLI wouldn't know what to get, and I don't think that it's wise to query everything without an explicit --all call :)

Contribution

@mhmohona will be working on this as a part of GSoC 2024! As stated, #140 will likely close this :) @mhmohona, can you write in here so I can assign?

mhmohona commented 3 months ago

Working on it!