KWangechi / bank-codes-web-scrapper

A small project for getting all the bank codes and branches in Kenya
https://kenya-bank-code-search.pages.dev/
23 stars 10 forks source link

Bank Branch Codes

Development

Running the script

This is UNNECESSARY

You don't need to do this as the json file (banks_info.json) has already been generated and it contains additional information e.g icon, alias.

So this section is for those who want to try this out and also tweak it a bit

A virtual environment is necessary.

Setting up pip

On Windows:

On Linux:

Run python main.py on the root folder and you'll have a banks_info.json output file

NB. The file is not exhaustive as it only contains data scraped from the PDF file in the root project (Bank-and-Branches-July-2023v.pdf)

Running the frontend

The frontend is written using the React framework

Hooray! Application is now running

Contributing