Git Product home page Git Product logo

rwc2023_script's Introduction

Rugby World Cup 2023 Ticket Bot

This is a small Javascript script that will grab tickets from the ticket portal and add them to the basket, then redirect when certain conditions are met.

โ— Disclaimer

This "bot" was written for educational purposes. It won't guarantee anything but may improve your chances of
obtaining a ticket. Any misuse of the tool, and consequences of such actions are your own responsibility.

Use at your own risk!

Features

* Set Desired amount of tickets
* Set Max Price per ticket
* Get Notified by Telegram bot (extra setup), with cart ticket details.
* Auto Reloads on Throttle, no tickets. Set and forget!
* Prioritises Multi-Packs

Setup

This has been tested and developed using Google Chrome, so I highly recommend that browser for the best results.

  • Install Extension - Scripty

  • Be sure to login to your RWC account before running the script

Ticket Portal

  1. Create New Script

  2. Paste the contents of add_tickets.js into the "Javascript Code" box

  3. Changed options to the following:

Expand for image

  1. Click "Update"

  2. Enable the script with the slider option

  3. Navigate to the ticket portal you wish to run this script on

eg.

    https://tickets.rugbyworldcup.com/en/resale_{Match}

Cart

  1. Create New Script

  2. Paste the contents of cart_timer_notifier.js into the "Javascript Code" box

  3. Changed options to the following:

Expand for image

  1. Click "Update"

  2. Enable the script with the slider option

Telegram Bot

Replace the TELEGRAM_TOKEN and TELEGRAM_CHAT_ID with your own:

   const ENABLE_TELEGRAM = true;
   const TELEGRAM_TOKEN = "replace-this-with-token";
   // Get chat_id from https://api.telegram.org/bot<api-key>/getUpdates
   const TELEGRAM_CHAT_ID = 123456;

Get the bot token by following the guide HERE

rwc2023_script's People

Contributors

gazzamc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.