{"id":19763160,"url":"https://github.com/harshoza36/ifscapi","last_synced_at":"2025-10-30T02:07:29.811Z","repository":{"id":53563993,"uuid":"276591358","full_name":"HarshOza36/ifscApi","owner":"HarshOza36","description":"A simple python library for getting bank details with address from IFSC code.","archived":false,"fork":false,"pushed_at":"2024-01-11T21:24:35.000Z","size":3891,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T21:46:29.927Z","etag":null,"topics":["api-rest","flask-restful","ifsc-api","python3","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HarshOza36.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-07-02T08:28:38.000Z","updated_at":"2023-09-16T18:56:51.000Z","dependencies_parsed_at":"2023-07-26T11:35:37.694Z","dependency_job_id":"d9da607e-dc72-49e4-b1e4-b7cc79d767cb","html_url":"https://github.com/HarshOza36/ifscApi","commit_stats":{"total_commits":60,"total_committers":3,"mean_commits":20.0,"dds":"0.23333333333333328","last_synced_commit":"5ba79c92234732490b4ec95451f106bb267b14e3"},"previous_names":["harshoza36/ifsc_api"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshOza36%2FifscApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshOza36%2FifscApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshOza36%2FifscApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshOza36%2FifscApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarshOza36","download_url":"https://codeload.github.com/HarshOza36/ifscApi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094830,"owners_count":19908710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","flask-restful","ifsc-api","python3","sqlite3"],"created_at":"2024-11-12T04:08:17.254Z","updated_at":"2025-10-30T02:07:29.790Z","avatar_url":"https://github.com/HarshOza36.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ifsc_api\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![Python package](https://github.com/HarshOza36/ifsc_api/workflows/Python%20package/badge.svg)\n![Python application](https://github.com/HarshOza36/ifsc_api/workflows/Python%20application/badge.svg)\n\n# Documentation\n\nIFSC API was build to get details of ```BANK``` and the ```ADDRESS OF THE BANK``` from the IFSC CODE quickly.\n\nThis library was build specially for Arihant Capital Markets Ltd.\n\n# Installation:\n```pip install git+https://github.com/HarshOza36/ifsc_api.git```\n\nOR\n\n```pip install ifscApi```\n\n# USAGE:\n\nIFSC_API\n--------\n\n- To use the package in User Interface @ ```localhost``` (with caution), simply do::\n\n        You can also just use the api without User Interface @ ```localhost/ifsc```  which is a RestFul Api.\n\n    ```python\n        \u003e\u003e\u003e from ifscApi import app\n        \u003e\u003e\u003e app.runServer()\n    ```\n\n- To just use it normally(with caution), simply do::\n    ```python\n        \u003e\u003e\u003e from ifscApi.getDetails import FetchData\n        \u003e\u003e\u003e parser = FetchData() # Create a parser\n        \u003e\u003e\u003e ifsc = 'ANY_CODE_HERE'\n        \u003e\u003e\u003e result = parser.getdata(ifsc)\n        \u003e\u003e\u003e print(result)\n    ```\nNote : The getdata function has parameter dbFilePath which can be overwritten with your own IFSC code Db which should have Table name ```data``` and three columns ```ifsc,bank,address```\n\n- To just use it As AWS LAMBDA compatible Function(with caution), simply do::\n    ```python\n        \u003e\u003e\u003e from ifscApi.getDetailsLambda import FetchData\n        \u003e\u003e\u003e parser = FetchData() # Create a parser\n        \u003e\u003e\u003e ifsc = 'ANY_CODE_HERE'\n        \u003e\u003e\u003e result = parser.getdata(ifsc)\n        \u003e\u003e\u003e print(result)\n    ```\nNote : The getdata function has parameter dbFilePath which can be overwritten with your own IFSC code Db which should have Table name ```data``` and three columns ```ifsc,bank,address```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshoza36%2Fifscapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshoza36%2Fifscapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshoza36%2Fifscapi/lists"}