Skip to content

frederik-elwert/mastodon-bookmark-search

Repository files navigation

Mastodon Bookmark Search

A simple web application based on Streamlit that allows you to search and explore your Mastodon bookmarks.

Usage

  1. To install the dependencies, run

    pipenv install

Currently, the dependencies are locked for Python 3.10 on Linux. If you are on a different version or platform and pipenv fails, try deleting the virtual environment (with pipenv --rm), delete (or rename) Pipfile.lock, and then run pipenv install again.

  1. Set up credentials for your Mastodon server with

    pipenv run python ingest_bookmarks.py login
  2. Import your bookmarks with

    pipenv run python ingest_bookmarks.py ingest
  3. Run the web app with

    pipenv run streamlit run bookmark_search_app.py

About

A simple web app to search and explore your Mastodon bookmarks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published