~technomancy/muncher

collect URLs for indexing
urls from mastodon export too
factor out gts-specific code into separate codebase

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~technomancy/muncher
read/write
git@git.sr.ht:~technomancy/muncher

You can also use your local clone with git send-email.

#Muncher

Gather URLs for indexing in my search engine

  • [x] gotosocial (my posts)

  • [x] gotosocial (my boosts)

  • [ ] gotosocial (my followed posts/boosts)

  • [x] mastodon export

  • [ ] firefox history?

    sqlite3 places.sqlite "select distinct p.url from moz_historyvisits as h join moz_places as p on p.id == h.place_id limit 100" sqlite3 "file:places.sqlite?immutable=1&cache=shared" "..."

Do not follow this link