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
The UI operation could be slow if you want to speed it up. It's easy to guess the download URL for icons.
You can use find_elements to get the SVG name and use the request module to download the SVG icon.
Headless mode can also speed it up. When you get the download urls, you can download in parallel.
I wrote a simple Clicknium script that downloads icons from Iconify. Here's the script:
It's working great, but I'd like to really turbocharge the process as much as possible. A few questions:
Any help greatly appreciated.
The text was updated successfully, but these errors were encountered: