All Projects → matthisk → Ticketscoop

matthisk / Ticketscoop

Licence: bsd-3-clause
🎫 TicketSwap.com auto buyer script/bot

Programming Languages

script
160 projects

Labels

Projects that are alternatives of or similar to Ticketscoop

Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+1959.18%)
Mutual labels:  bot
Schedulebot
A Discord bot that makes scheduling easy
Stars: ✭ 44 (-10.2%)
Mutual labels:  bot
Googlemeetbot
A simple Google meet bot so the bot can attend classes for you.
Stars: ✭ 49 (+0%)
Mutual labels:  bot
Calebj Cogs
⚙ Cogs for Red-Discordbot
Stars: ✭ 42 (-14.29%)
Mutual labels:  bot
Juniperbot
Fluffy Discord Bot (Music, Ranking, Reminder, Vk Community bridge,WikiFur) created using JDA
Stars: ✭ 43 (-12.24%)
Mutual labels:  bot
Caloriecounter
AWS Lex based chatbot that calculates calories based on different fast food restaurants. This was an entry for a coding challenge on DevPost, and is actively used on Facebook Messenger. The issues list is actively managed as what defects or improvements are found by real world usage.
Stars: ✭ 46 (-6.12%)
Mutual labels:  bot
Node Line Messaging Api
Unofficial SDK for LINE Messaging API 🤖 💬
Stars: ✭ 41 (-16.33%)
Mutual labels:  bot
Community Bot
The bot used on the TypeScript Community discord server
Stars: ✭ 46 (-6.12%)
Mutual labels:  bot
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (-16.33%)
Mutual labels:  bot
Honeybot
🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly!
Stars: ✭ 48 (-2.04%)
Mutual labels:  bot
Projhyperai
一个包含了机器人框架/插件化可运行程序/IM适配器的项目集合.
Stars: ✭ 42 (-14.29%)
Mutual labels:  bot
System Bot
Moderative and user-friendly discord bot using discord.js
Stars: ✭ 43 (-12.24%)
Mutual labels:  bot
Simplenikeaccountcreator
A simple nike account creator I made using puppeteer and request in node js
Stars: ✭ 47 (-4.08%)
Mutual labels:  bot
Telegram Test Api
Simple implimentation of telegram API which can be used for testing telegram bots
Stars: ✭ 42 (-14.29%)
Mutual labels:  bot
Enterprisealrobot
An anime themed telegram group management bot
Stars: ✭ 49 (+0%)
Mutual labels:  bot
Botwall4j
A botwall for Java web applications
Stars: ✭ 41 (-16.33%)
Mutual labels:  bot
Ananas
The Python Bot Framework for Mastodon
Stars: ✭ 46 (-6.12%)
Mutual labels:  bot
Nike raffle fr
Script made to mass register accounts to Nike OFF WHITE Raffle, optimized for French raffles but can be easily adapted to UK,US, etc...
Stars: ✭ 49 (+0%)
Mutual labels:  bot
Rune Breaker
MapleStory Rune Solver with Machine Learning and Computer Vision
Stars: ✭ 49 (+0%)
Mutual labels:  bot
Torchbot
A bot for minecraft written in java
Stars: ✭ 47 (-4.08%)
Mutual labels:  bot

🎫 TicketScoop

TicketSwap.com auto buyer bot

DEPRECATED:

Ticketscoop is deprecated and will not be maintained by me in the future. The code will remain available for reference purposes or for future work by other people.

DISCLAIMER

Using the script will currently get you banned from Ticketswap (obviously it is against their terms of service). You can still use the code in the script but you will have to alter the requests to circumvent detection by Ticketswap (I suspect requests from the script are either detected by the timeout used or by some header value in the HTTP request).

Build Status

This command line tool is used to automatically reserve ticketswap.com tickets

Install

npm install ticketscoop -g

Requirements

To run the script you should be using NodeJS version 6 or higher.

Usage

Before you can use the command you need to sign in to TicketSwap using your browser. Navigate to the ticketswap website and sign in. Once signed in you need to inspect your cookies and retrieve the session value this should be supplied to the --session command line argument.

After you have retrieved your session id you can run the command as follows:

$ ticketscoop start https://ticketswap.com/path/to/event --session <your_session_id>

The following options are available:

Commands:
  start

Options:
  --session, -s  Session ID retrieved from your ticketswap.nl cookie  [required]
  --amount, -n   The amount of tickets to reserve                   [default: 1]
  --help         Show help                                             [boolean]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].