Skip to content

eduardperreca/RevBusinessCardGen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, find token and copy paste the value
  • DEVICE_ID = "" # Get it after logging in revolut by looking in a random request, find x-device-id in request headers, is the last one
  • GEN_NUMBER = 200 # Input the number of cards you want to gen
  • EMPLOYEE_EMAIL = "" # Input the email of the user you want to gen cards with
  • CARD_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

About

Easily Generate Revolut Business Cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%