CLI tool for populating Airsequel with data. Includes a crawler for metadata of GitHub repos.
⬆️ Airput ⬆️
Usage: airput COMMAND
CLI tool for populating Airsequel with data.
Available options:
-h,--help Show this help text
Available commands:
upload Upload files to a database via the REST API. Expects
3 columns: `name`, `filetype`, and `content`.
github-upload Upload metadata for a single GitHub repo
github-search Search for GitHub repos and upload their metadata.
If several search queries are provided, they will be
executed one after the other.
WARNING: If a search returns more than 1000 repos,
the results will be truncated.
Good search options are:
- language:haskell
- stars:>=10
- stars:10..50
- created:2023-10
- archived:true