Giter Club home page Giter Club logo

nike_raffle_fr's Introduction

nike_Raffle_FR

Script made to mass register accounts to Nike Raffle, optimized for French raffles but can be easily adapted to UK,US, etc...

Steps:

There's 2 scripts, one using Selenium and one using Requests Python Module (faster). I recommend using Selenium as Nike uses New Relic Browser tech on raffles websites to monitor user time spend on front-end, back-end, browser type version, etc...

I had no time to try simulate JavaScript logs for New Relic Browser so I'll recommend to stick with selenium even if it's not as fast as requests.

  1. Add your accounts at the end of the script (keep the syntax as shown)
  2. Run the captchaharvester.py in the same folder as the main script
  3. Run the script

REQUIREMENTS:

  • requests
  • beautifulsoup
  • pickle
  • selenium

TO DO:

  • proxy support

Installation

Been asked a lot

  • Check your Python version, must be 2.7 python --version

  • Install pip: sudo easy_install pip

Reboot terminal Install modules BeautifulSoup, requests, selenium: sudo pip requests selenium pickle

Download Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/

Place it in Python path (or PATH):

/Library/Python/2.7

Use

  • Modify your API key in captchaharvester.py & add your accounts in main or main2.py

  • Launch main script

python main.py or python main2.py

  • Launch Captcha Harvester:

python captchaharvester.py

Take notes that I won't include an option to generate dot gmail or domain mails, you'll need to generate them first and then add them.

nike_raffle_fr's People

Contributors

azerpas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nike_raffle_fr's Issues

Error

Traceback (most recent call last):
File "main.py", line 89, in
ra = Raffle()
TypeError: init() takes exactly 3 arguments (1 given)

Hello, I got this error.

Can you please tell me how to solve?

Captcha

How do we harvest captcha responses?

Captcha not called to the g-recaptcha-response

Hey there, i'm using python 3 to run this script.
When pickle calls the random choice of available captchas, it doesnt get called to the g-recaptcha-response.
Can you take a look at the code please? thanks

API

hi, sorry where do i get the api key for Nike+ EU, having trouble with the captchharvester and also whats the function of the header in the captchaharvester script. thanks

Shoe ID

Hey there, is the shoe id '8' as found in the page source? this is for the nike air max 90

<input class="hidden-input" type="text" data-parsley-trigger="change" readonly value="8" name="shoe_id" required="" />

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.