You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
Here's something I wrote to gather version information for "hylang" on the Docker Hub:
(import requests)
(for [tag (.json (requests.get"https://index.docker.io/v1/repositories/hylang/tags"))]
(print (get tag "name")))
(please don't judge me too hard, this is admittedly one of the first Hy scripts I've ever written, which is why I'm pasting it here instead of in a PR 💃)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@paultag talked about this in #hy recently, wanting to do some fun scraping and stuff to make sure it's always up-to-date
The text was updated successfully, but these errors were encountered: