VVNoodle / PS5bot
- пятница, 20 ноября 2020 г. в 00:31:48
TypeScript
bot to monitor PS5 stock and auto-purchase when available
ps5bot is a dead simple auto-checkout bot to buy a PlayStation 5 from PlayStation Direct, Target, and Walmart (planned: Gamestop, BestBuy).
Linux, macOS, and Windows are all capable operating systems.
You do not need any computer skills, smarts, or anything of that nature. You are very capable as you have made it this far. Some basic understanding how a terminal, git, and or Node.js is a bonus, but that does not limit you to getting PS5bot running!
git clone https://github.com/VVNoodle/PS5bot
cd /the/project/directory
yarn
by running npm i -g yarn
yarn
yarn link
ps5bot
ps5bot scrape
Configs are read in config.json
file. You can either run ps5bot
to generate a config file, or duplicate configTemplate.json
, rename to config.json
, and fill out the fields.
{
"firstName": "Qwer",
"lastName" "Ty",
"phoneNumber": "8011111111", //No spaces
"email": "email@example.com",
"state": "State", //Fullname
"city": "Random City", //Fullname
"address": "2353 Running Water Ct.",
"zipCode": "95054",
"creditCardNumber": "0101101010101",
"expirationMonth": "10", //MM format
"expirationYear": "2022", //YYYY format
"cvv": "000",
"targetEmail": "email2@example.com",
"targetPassword": "eganz245"
}
//
are comments for clarification. Remove them if you try to copy paste this example (including the //
).Site | Cards |
---|---|
PlayStation Direct | MasterCard, Visa, Discover |
Walmart | MasterCard, Visa, Discover, American Express |
Target | MasterCard, Visa, Discover, American Express |
Make sure to run this script and keep the terminal open around the time of the schedule
PS5bot exists to: