On 2/28/20 1:21 PM, Thomas Moschny wrote:
Something like this should work: $ curl -o result.json 'https://src.fedoraproject.org/api/0/projects?owner=orion&per_page=100' $ jq <result.json '.projects[].fullname' With Python and requests you could also make multiple calls to deal with the pagination.
Thanks! That got me started down the right path...
Am Fr., 28. Feb. 2020 um 21:05 Uhr schrieb Scott Talbert <swt@xxxxxxxxxx>:On Fri, 28 Feb 2020, Orion Poplawski wrote:Can someone point me to a way to generate a list of non-retired packages that I am a maintainer on? Thanks. Hunting around for a "pagure cli" doesn't bring up much that seems active.You could probably scrape it from here? https://src.fedoraproject.org/dashboard/projects- Thomas _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
-- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion@xxxxxxxx Boulder, CO 80301 https://www.nwra.com/
<<attachment: smime.p7s>>
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx