Skip to content

ipfs-search/ipfs-search-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipfs-search-extractor

Extract data from ipfs-search' database, for phun and profit.

Requirements

  • Python 3
  • pipenv

Usage

  1. pipenv shell
  2. python extractor.py
  3. Behold result.
  4. Tweak parameters (in script).

Example

2018

(ipfs-search-extractor) $ python extractor.py | bzip2 -c > exports/ipfs-search-2018.json.bz2
131645 documents written in 57.59049701690674
First item: 2018-01-16T18:46:00Z
Last item: 2018-12-31T23:58:57Z

Example output

[
  "QmbAvZoiPvAaLY6vFyQSxAaMhzSa5vp2CDi4LzRejpw9DZ",
  "xkcd: Brontosaurus",
  "2018-01-16T18:46:00Z"
],
[
  "QmcZ2a1tQpDUoDFGHhXs6Ga795LAbX2t4FEuTBYWxLYuUP",
  "Botany Readings",
  "2018-01-16T18:46:15Z"
],
...

Field description

For efficiency reasons, we are omitting field names. We're using JSON mainly to avoid encoding issues.

[
  "<CID>",
  "<title>",
  "<first-seen>"
]

Example exports (links on IPFS)

  • 2018 (5.97 MiB)
  • 2019 (10.24 MiB, 131645 documents)
  • 2020 (20.12 MiB, 450436 documents)
  • 2021, until 10-8 (456.52 MiB, 10485760 documents) Note that the greater majority of files on ipfs-search.com seem not to have an extracted title!

About

Extract data from ipfs-search' database, for phun and profit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages