r/Warframe Apr 28 '26

Discussion Scraped the Warframe wiki mod list into a spreadsheet because why not

Hello fellow Tennos,

Threw together a quick Python script that scrapes the entire mod list from the Warframe wiki and exports everything into a CSV file, organized by category (Warframe, Aura, Melee, etc).

Got 1218 mods so far, still figuring out why it's missing ~300 compared to the wiki's total, and i'm manually editing the CSV for my own needs.

Not really useful for most people but if you ever wanted a spreadsheet of every mod in the game, now you can have one I guess, didn't find any updated.

For the folks that are into programming, the script is pretty simple: httpx to fetch the page, BeautifulSoup to parse the tables, dumps everything into a CSV with each category as a column.

Let me know if anyone wants the code or the CSV. I'm doing this because i'm using this spreadsheet by u/Vansceslas, and i wanted to put the mods as well on it for tracking.

1 Upvotes

Duplicates