/pulse

Script for trying to buy some hard to get action figures

Primary LanguagePython

hasbro-pulse

Installation

Required Libraries : Requests, lxml, BeautifulSoup4

$ git clone https://github.com/ronpichardo/pulse.git
$ cd pulse
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
  1. Next, open up the config.example.json file and fill out the fields with the relevant information.(Address for checkout not yet implemented, keyword is required to find the product) ex. if product title is "Star Wars The Black Series Bo-Katan Kryze"

image

  1. File, Save as 'config.json' or save and run the following from terminal

$ cp config.example.json config.json

Usage

Using the script after the installation is complete, and the config.json file is completed

$ python3 pulse.py

Output: image

prints out the checkout link for a product that you are looking to purchase from hasbropulse.com