TralahM / pycctek

Issuer Identification Number Database and Verification Utility Library. Luhn Algorithm, BIN Checker, Random Credit Card Generators.
GNU General Public License v3.0
20 stars 2 forks source link

How to keep the IIN data up to date? #1

Open alfaproject opened 3 years ago

alfaproject commented 3 years ago

If I have information about the issuer of some cards like Revolut how can I contribute?

P.S.: Where did you get the initial data for the project?

TralahM commented 3 years ago

You can transform your data into the yaml format used in the data files directory of the cctek package, then merge your data with the existing ones and send a PR.

Also share the raw data if you can.

The initial data was obtained from Hugo Lantaume 's repo here hugolantaume/credit_card_bins.

It was writen in ruby and i needed the same utility in python.

You can reach out to him.