Skip to content

Script for trying to buy some hard to get action figures

Notifications You must be signed in to change notification settings

ronpichardo/pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Script for trying to buy some hard to get action figures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages