Dior now closed their raffle, unfortunate. 🙁
This is an open source automation script for the Air Dior raffle. It was made just as a form of pracice. Have fun with it! ✨
Keep in mind that you'll be getting a QR code via text message if you win. If you want to be serious about this, enter phone numbers into the numbers.txt file. Without the country code (e.g. +1)
There are two modes.
- YOLO
- Enters with random phone numbers
- Safe
- Enters phone numbers specified in
data/numbers.txt
file
- Enters phone numbers specified in
Python is necessary for you to be able to run this script.
- Open your terminal/command line and navigate to this directory. (You'll be using the
cd
command, a quick google search will tell you what to do if you're clueless) - Run `pip3 install -r requirements.txt
- Run
python3 main.py
on Mac,py main.py
on Windows!
Licensed under the MIT License - see the LICENSE file for more details.
Made by rtuna.