Skip to content
/ PogBot Public

A request based Supreme ATC script written in NodeJS.

Notifications You must be signed in to change notification settings

thopay/PogBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation


PogBot

Automating the process of adding to cart and autofilling information with Supreme. (Obsolete as Supreme moved to Shopify)
Explore the docs »
Report Bug · Request Feature

Table of Contents

About The Project

I've been working with requests and Supreme for a while now, so I figured it makes sense to open-source a simple ATC script.

Current Features

  • Searches API for product, size, and color
  • Has to option to pick random size (random color soon)
  • Opens a browser autofilled with information for user to complete checkout

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/thopay/PogBot.git
  1. Install NPM packages
npm install
  1. Edit main.js with keywords for product, sizing, and color
  2. Edit main.js with checkout information
  3. Run the bot
npm start

Usage

Open main.js and replace default keywords with for desired keywords for product, sizing, and color. After that also replace the default checkout information with yours (this is what's autofilled). Save it and run the script.

Roadmap

  • Edit the script so that it monitors item if it's OOS or not live yet
  • Add random color option

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.

Contact

Thomas - @th___mas - contact@th-mas.dev

Project Link: https://github.com/thopay/PogBot

About

A request based Supreme ATC script written in NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published