d-edge / Cardizer

A functional minimalist credit card randomizer to test application.
MIT License
25 stars 8 forks source link

How could we assert that values are up-to-date? #40

Closed aloisdg closed 3 years ago

aloisdg commented 3 years ago

Hello,

While @fighou was working on the RuPay card (#34), the card was updated on the Wikipedia's page. You can view the diff.

Issuing network IIN ranges Active Length Validation
RuPay 60, 65, 81, 82, 508 Yes 16 Luhn algorithm
(RuPay-JCB co-branded) 353, 356 Yes 16 Luhn algorithm

So, what could we do to assert that values are up-to-date? Would it be possible to have a bot who check for wiki edit on the Payment card number. Is such a bot do exist or should we create one? How could we tackle that?

aloisdg commented 3 years ago

I build a simple zap to get an issue whenever the wikipedia page's RSS is updated: https://zapier.com/shared/dc960411048cab84fb11b5e8b834080cb3dc52b5

Let's see if it works as expected.

Related to #42