We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current indexing is slow.
the task is:
const res = await $obtain(uri, ['rmrk'])
image
const link = $purify(uri, ['rmrk']).at(0) const res = await obtainMedia(link)
Now use ipfs_to_cf (in this repo to push it to CF images)
ipfs_to_cf
The text was updated successfully, but these errors were encountered:
➜ ~ wc -l filename.txt 49039 filename.txt
Got 50k of unique images
Non-unique
~ cat rmrk.json | jq '.data.entities | .[] | .image' | wc -l 525562
so half a mil
Sorry, something went wrong.
No branches or pull requests
Current indexing is slow.
the task is:
image
Now use
ipfs_to_cf
(in this repo to push it to CF images)The text was updated successfully, but these errors were encountered: