Skip to content

netmaster296/tickets-v2-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tickets-v2-scraper

This repository is a fragile foundation for scraping the transcripts tab on https://dashboard.tickets.bot using Playwright. It requires manually capturing login state (auth.json) and updating many selectors after inspecting the real dashboard in DevTools.

Quick start

  1. Install dependencies and Playwright browsers:
npm install
npx playwright install
  1. Create .env by copying .env.example and updating values.

  2. Run manual auth setup (headed):

npm run auth-setup

Follow the browser to log in via Discord OAuth. This will save auth.json.

  1. Run the scraper (headless):
npm run scrape

Troubleshooting tips

  • If session expires: re-run npm run auth-setup and re-save auth.json.
  • If Playwright cannot find elements: open DevTools in auth-setup.js flow and copy exact selectors.

About

A tool that scrapes Tickets V2 tickets from discord and uploads them to a specified location for public view

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors