Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 555 Bytes

File metadata and controls

17 lines (11 loc) · 555 Bytes

Obsidian Output Pandas Scraper (OOPS)

This script uses the Obsidian plugin JSON to create a dataframe, then returns all plugins with more than 300k downloads as an HTML file

Setup

  • Install Python 3.12.X
  • Install Poetry
  • Run poetry install

Running

  1. Get the community-plugin.json and community-plugin-stats.json files from https://github.com/obsidianmd/obsidian-releases using your tool of choice
  2. Run the script and check out the results in top-plugins.html
  3. ???
  4. Profit!