All Projects → younesdev1 → RevBusinessCardGen

younesdev1 / RevBusinessCardGen

Licence: GPL-3.0 license
Easily Generate And Save Revolut Business Cards

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to RevBusinessCardGen

Tianyancha
pip安装的天眼查爬虫API,指定的单个/多个企业工商信息一键保存为Excel/JSON格式。A Battery-included Scraper API of Tianyancha, the best Chinese business data and investigation platform.
Stars: ✭ 206 (+543.75%)
Mutual labels:  business
crump
A parser for the Virginia State Corporation Commission's business registration records.
Stars: ✭ 18 (-43.75%)
Mutual labels:  business
PT-Tracking
Aplicação para registo e acompanhamento de encomendas da CTT Expresso, automatiza a consulta online do estado de tracking para várias remessas e mantém um registo dos pagamentos referentes aos envios à cobrança. As remessas que requerem atenção, devido a atrasos na entrega ou na receção do pagamento correspondente, bem como os cheques cuja data …
Stars: ✭ 18 (-43.75%)
Mutual labels:  business
Canvas Sketch
App to sketch out a business model canvas
Stars: ✭ 232 (+625%)
Mutual labels:  business
finance-news-aggregator
A news aggregator in python, that focuses primarily on business and market news sources.
Stars: ✭ 59 (+84.38%)
Mutual labels:  business
docker-odoo-project
Base images for Odoo projects
Stars: ✭ 118 (+268.75%)
Mutual labels:  business
Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
Stars: ✭ 2,168 (+6675%)
Mutual labels:  business
vtiger
🐯 Vtiger is the #1 business automation software. Try it with Docker!
Stars: ✭ 59 (+84.38%)
Mutual labels:  business
Airspace-Bootstrap-Agency-Template
Airspace is a clean, unique, and free Bootstrap website template.
Stars: ✭ 43 (+34.38%)
Mutual labels:  business
corebos
core Business Operating System. An OPEN SOURCE business application that helps small and medium business handle all the day to day tasks.
Stars: ✭ 128 (+300%)
Mutual labels:  business
Xtuple
This repository contains the source code for the database schema for the PostBooks edition of xTuple ERP and xTuple's REST API server. The REST API server is written in JavaScript running on Node.js. The database schema for PostBooks runs on a PostgreSQL database server.
Stars: ✭ 247 (+671.88%)
Mutual labels:  business
wtm-udacity-scholars-nanodegree-resources
A List of Resources for Udacity Nanodegrees
Stars: ✭ 15 (-53.12%)
Mutual labels:  business
bloc
A predictable state management library that helps implement the BLoC design pattern
Stars: ✭ 12 (-62.5%)
Mutual labels:  business
Product Series
📚 产品迷思,不仅仅是产品经理,对于产品设计、交互体验、项目管理、行业视点等多方面的思考。
Stars: ✭ 226 (+606.25%)
Mutual labels:  business
anthem
make your odoo scripts sing
Stars: ✭ 19 (-40.62%)
Mutual labels:  business
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+450%)
Mutual labels:  business
edgar-crawler
Download financial reports from SEC's EDGAR. Extract clean textual data from specific item sections and bootstrap your financial NLP research. Software from the research paper published in ECONLP 2021.
Stars: ✭ 71 (+121.88%)
Mutual labels:  business
open-hours
⏰ Hours of operation
Stars: ✭ 20 (-37.5%)
Mutual labels:  business
fortune500
Fortune 500 company lists since 1955 in CSV format, mostly parsed using Beautiful Soup
Stars: ✭ 78 (+143.75%)
Mutual labels:  business
open-expenses
A curated list of (private) businesses publicly sharing their expenses.
Stars: ✭ 46 (+43.75%)
Mutual labels:  business

RevBusinessCardGen

Easily Generate And Save 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

  • EMAIL # Your login email

  • PASSWORD # Your login password

  • REV_TOKEN # Get it after logging in revolut by looking in cookies, find token and copy paste the value (no need to supply if email & password are filled)

  • 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 (no need to supply if email & password are filled)

  • COPY_ONLY # Fill True if you want the script only to copy existing cards instead of genning too.

  • 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,...

  • SMS_VERIFICATION #Use True if you want to confirm sms code and store card information in "cards.csv"

Troubleshooting

  • This action is forbidden returned means you have to refresh the token cookie

Device Id Request

image

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].