From 9107d8c67106e152942243007c5e40fc89c6d818 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Mon, 13 Feb 2017 13:11:25 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ccff5..8d7d1b3 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -### Banking Bot ### \ No newline at end of file +# Banking Bot # + +Banking Bot is a .NET API used to programmatically login and collect data from online banking portals. + +## Technologies ## + +**C# .NET** has been used for the core infrastructure. **Selenium** web drivers are being used to programmatically login, gather data from and manipulate web pages. **JavaScript** has also been used with Selenium, incorporating libraries such as **jQuery**. + +## Supported Providers ## + +The following is a list of currently supported providers (online banking portals): + +* Lloyds (https://www.lloydsbank.com) +* Barclays (http://www.barclays.co.uk/PersonalBanking) \ No newline at end of file