This is part of a proof-of-concept bot to automatically purchase tickets for ShmooCon, a conference that is notoriously hard to get tickets for. See more info here.
Caution
This project is provided for research and educational purposes only. It is intended solely as a proof of concept. The author is not responsible for any misuse or actions taken by end users based on this code. Use at your own risk. We are not affiliated with ShmooCon in any way.
This portion of the bot was done as a concept for a human to do a portion of the ticket purchasing, while the bot does the riddle answering. It was not used in favor of bot-ts. Below are some features of the extension:
- Communicates with API for riddle answer (solved with AI)
- Clicking the
form_
link to initiate the ticket purchase process - Extension toggling via HTML popup
- Clone this repository to your local machine
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" by toggling the switch in the top-right corner
- Click "Load unpacked" and select the extension directory
- The extension should now appear in your browser toolbar
This project / experiment is over and is not open to changes. Please contact me if you have questions.