ingdirect-python | Client non officiel pour consulter ses comptes chez ING
kandi X-RAY | ingdirect-python Summary
kandi X-RAY | ingdirect-python Summary
ingdirect-python is a Python library. ingdirect-python has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install ingdirect-python' or download it from GitHub, PyPI.
Ce package permet de consulter très simplement ses comptes bancaires ING Direct. J'ai écrit un article sur la création de ce module sur mon blog. Vous pouvez maintenant utiliser la commande via son image Docker.
Ce package permet de consulter très simplement ses comptes bancaires ING Direct. J'ai écrit un article sur la création de ce module sur mon blog. Vous pouvez maintenant utiliser la commande via son image Docker.
Support
Quality
Security
License
Reuse
Support
ingdirect-python has a low active ecosystem.
It has 8 star(s) with 4 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
There are 2 open issues and 1 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ingdirect-python is current.
Quality
ingdirect-python has no bugs reported.
Security
ingdirect-python has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ingdirect-python is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
ingdirect-python releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed ingdirect-python and discovered the below as its top functions. This is intended to give you an instant insight into ingdirect-python implemented functionality, and help decide if they suit your requirements.
- Return a list of Synthears
- Trouverter
- Return code_aisir
- Recupe the URL keypad
- Recursively retrieve the keypad
- Download a file from a URL
- Retourneisie code
- Return the infos client
- Make a GET request
- Wrapper around HTTP POST
- Retrieve the syntheptes from the API
- Logout of the user
- Return a list of all the coordinates in a list of tuples
- Login
- Convert to csv
Get all kandi verified functions for this library.
ingdirect-python Key Features
No Key Features are available at this moment for ingdirect-python.
ingdirect-python Examples and Code Snippets
Copy
# -*- coding: utf-8 -*-
import ingdirect as ing
synthese_comptes = ing.synthese_comptes(num_client=, date_naissance=, code=)
for compte in synthese_comptes:
print("%s %s : %.2f€" % (compte.type, compte.label, compte.solde))
print("Solde total
Copy
curl -s https://raw.githubusercontent.com/tducret/ingdirect-python/master/ing.sh \
> /usr/local/bin/ing && chmod +x /usr/local/bin/ing
ing --help
ing -n NUMERO_CLIENT -d DATE_NAISSANCE -c CODE_SECRET
ing --upgrade
ing --uninstall
Copy
ing.py
Nom du compte;Solde;Devise
Compte Courant XXXX 1234;1500,50;EUR
Livret A XXXX 3456;10000,00;EUR
ing.py --help
export ING_NUM_CLIENT="1234567"
Community Discussions
No Community Discussions are available at this moment for ingdirect-python.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ingdirect-python
You can install using 'pip install ingdirect-python' or download it from GitHub, PyPI.
You can use ingdirect-python like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use ingdirect-python like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page