Code Monkey home page Code Monkey logo

supremescraper's Introduction

SupremeScraper

Scrapes the online shop for products, searched by name, color and category. This will find your item and open it in your default web browser. Meant for Python 3

Installation:

  1. Clone via git or download as zip file
  2. Install the requirements (done once per install)
     pip install -r requirements.txt

Set Up and Configuration:

Acceptable categories:

  • jackets
  • shirts
  • sweaters
  • tshirts
  • sweatshirts
  • hats
  • pants
  • bags
  • accessories
  • shoes
  • skate

Proxy Support

  • Create a config folder, and under that please create a proxies.txt and paste your HTTP proxies line by line.
  • Now supports user:pass proxies as well as non auth proxies.
  • Does not have support for non proxy scraping (use localhost).

Example Thread

     threading.Thread(target=supreme.findItem, args=(['blimp'], ['white'], 'accessories'))
  • Keywords: First list in the args tuple. Example: ['box','logo','hooded']
  • Color: Second list in the args tuple, but usually just one word. Example: ['red'] or ['desert','camo']
  • Category: Third argument in the args tuple. This is just one string (has to be one of the categories from above).

Tips

  • Recommended to be used with another bot (e.g. HeatedSneaks)
  • For US users, see UK product names for keywords and color.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.