roblox-game-data-scraper

Scrape Roblox game data from Trello, Discord, Reddit, and in-game APIs to generate TypeScript definitions.

261|119|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kennyzir/7deer_skills --skill roblox-game-data-scraper
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: roblox-game-data-scraper
Source: https://github.com/kennyzir/7deer_skills/tree/main/roblox-game-data-scraper
Command: npx skills add https://github.com/kennyzir/7deer_skills --skill roblox-game-data-scraper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, discord.py, praw.

What problem does it solve?

Roblox game data collection and automatic TypeScript definition generation from Trello, Discord, Reddit, and in-game APIs to accelerate database construction and content planning.

Core Features & Use Cases

  • End-to-end data scraping for Roblox assets, codes, items, and techniques from multiple sources.
  • Automatic generation of TypeScript definitions to feed both front-end apps and analytics pipelines.
  • Use Case: A development team can spin up a complete Roblox game data database within minutes and keep it synchronized with their UI.

Quick Start

Run the full scraper to fetch Roblox game data and generate TypeScript definitions under ./src/data/roblox-game-data/

Frequently Asked Questions about roblox-game-data-scraper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Roblox game data scraping from Discord and Reddit?▼

Roblox game data scraping from Discord and Reddit is automated by extracting codes, items, and trading values using Python wrappers, outputting structured TypeScript definitions directly into your project directory.

Can I generate TypeScript definitions automatically from Trello boards for Roblox games?▼

Generating TypeScript definitions from Trello boards is fully supported. The scraper extracts Roblox game techniques and items from Trello cards and outputs structured type files under a designated data path.

What's the best way to keep a Roblox game database synchronized with my front-end UI?▼

Keeping a Roblox game database synchronized requires running end-to-end scraping pipelines that fetch assets and codes, generate TypeScript definitions, and support optional scheduled scraping for continuous front-end updates.

Does this data scraping pipeline support error handling and data validation?▼

Error handling and data validation are supported within the data scraping pipeline. The workflow ensures reliable extraction of in-game API data and validates outputs before generating TypeScript definitions.

How do I extract Roblox trading values from multiple sources into a single database?▼

Extracting Roblox trading values from multiple sources is handled by aggregating data across Discord channels, Reddit threads, and in-game APIs, assembling the collected values into a unified TypeScript definition format.