All Projects → azerpas → Nike_raffle_fr

azerpas / Nike_raffle_fr

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

Programming Languages

python
139335 projects - #7 most used programming language
script
160 projects

Labels

Projects that are alternatives of or similar to Nike raffle fr

Botwall4j
A botwall for Java web applications
Stars: ✭ 41 (-16.33%)
Mutual labels:  bot
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (-16.33%)
Mutual labels:  bot
Honeybot
🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly!
Stars: ✭ 48 (-2.04%)
Mutual labels:  bot
Telegram Test Api
Simple implimentation of telegram API which can be used for testing telegram bots
Stars: ✭ 42 (-14.29%)
Mutual labels:  bot
System Bot
Moderative and user-friendly discord bot using discord.js
Stars: ✭ 43 (-12.24%)
Mutual labels:  bot
Ananas
The Python Bot Framework for Mastodon
Stars: ✭ 46 (-6.12%)
Mutual labels:  bot
Botcraft
Botcraft is a cross-platform C++ library to create bots that connect and interact with Minecraft servers with (optional) integrated OpenGL renderer
Stars: ✭ 41 (-16.33%)
Mutual labels:  bot
Rune Breaker
MapleStory Rune Solver with Machine Learning and Computer Vision
Stars: ✭ 49 (+0%)
Mutual labels:  bot
Juniperbot
Fluffy Discord Bot (Music, Ranking, Reminder, Vk Community bridge,WikiFur) created using JDA
Stars: ✭ 43 (-12.24%)
Mutual labels:  bot
Torchbot
A bot for minecraft written in java
Stars: ✭ 47 (-4.08%)
Mutual labels:  bot
Calebj Cogs
⚙ Cogs for Red-Discordbot
Stars: ✭ 42 (-14.29%)
Mutual labels:  bot
Scrape Youtube
A lightning fast package to scrape YouTube search results. This was made and optimized for Discord Bots.
Stars: ✭ 43 (-12.24%)
Mutual labels:  bot
Caloriecounter
AWS Lex based chatbot that calculates calories based on different fast food restaurants. This was an entry for a coding challenge on DevPost, and is actively used on Facebook Messenger. The issues list is actively managed as what defects or improvements are found by real world usage.
Stars: ✭ 46 (-6.12%)
Mutual labels:  bot
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+1959.18%)
Mutual labels:  bot
Googlemeetbot
A simple Google meet bot so the bot can attend classes for you.
Stars: ✭ 49 (+0%)
Mutual labels:  bot
Node Line Messaging Api
Unofficial SDK for LINE Messaging API 🤖 💬
Stars: ✭ 41 (-16.33%)
Mutual labels:  bot
Schedulebot
A Discord bot that makes scheduling easy
Stars: ✭ 44 (-10.2%)
Mutual labels:  bot
Community Bot
The bot used on the TypeScript Community discord server
Stars: ✭ 46 (-6.12%)
Mutual labels:  bot
Enterprisealrobot
An anime themed telegram group management bot
Stars: ✭ 49 (+0%)
Mutual labels:  bot
Simplenikeaccountcreator
A simple nike account creator I made using puppeteer and request in node js
Stars: ✭ 47 (-4.08%)
Mutual labels:  bot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].