RevBusinessCardGen
Easily Generate Revolut Business Cards
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed Python 3.7 or 3.8
QuickStart
- Fill
config.py
>> pip install -r requirements.txt
>> python gen.py
Config
REV_TOKEN
# Get it after logging in revolut by looking in cookies, findtoken
and copy paste the valueDEVICE_ID
= "" # Get it after logging in revolut by looking in a random request, findx-device-id
in request headers, is the last oneGEN_NUMBER
= 200 # Input the number of cards you want to genEMPLOYEE_EMAIL
= "" # Input the email of the user you want to gen cards withCARD_PREFIX
= "CARD_" # Input a string that will be in the card name (card names will be{CARD_PREFIX}_1,{CARD_PREFIX}_2,...
Troubleshooting
- This action is forbidden returned means you have to refresh the token cookie