Open vikiival opened 1 year ago
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
➜ ~ 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
Current indexing is slow.
the task is:
image
Now use
ipfs_to_cf
(in this repo to push it to CF images)