Commit Graph

547 Commits

Author SHA1 Message Date
878a261295 Add a todo in Agora 2022-07-21 13:45:06 +01:00
ae16ad6687 Add Elasticsearch as a dependency 2022-07-21 13:45:04 +01:00
75b005485f Remove some debugging code from Transactions and TrueLayer 2022-07-21 13:45:01 +01:00
95e9a55f19 Handle multiple accounts with TrueLayer 2022-07-21 13:44:59 +01:00
28d4db5694 Clean up colored logging 2022-07-21 13:44:56 +01:00
34a182cbf5 Simplify logger initialisation 2022-07-21 13:44:53 +01:00
5aa9ba9294 Remove PyJWT from requirements 2022-07-21 13:44:51 +01:00
539d6f1fbb Use the Python logger instead of the Twisted one 2022-07-21 13:44:50 +01:00
80c696ef73 Add docstrings in Nordigen functions 2022-07-21 13:44:48 +01:00
cb4dbe18f6 Remove fail argument in TrueLayer 2022-07-21 13:44:46 +01:00
4033496866 Remove leftover files 2022-07-21 13:44:44 +01:00
50c71703fd Move IRC, commands and notify classes into a UX class 2022-07-21 13:44:43 +01:00
2423e4a066 Move sinks into their own class 2022-07-21 13:44:41 +01:00
2a8c56ead5 Remove references to Revolut in Transactions 2022-07-21 13:44:39 +01:00
971a6733a9 Remove debugging code and loop constructor 2022-07-21 13:44:37 +01:00
053293dfee Fix Agora tests 2022-07-21 13:44:36 +01:00
2266300064 Remove calls to Revolut 2022-07-21 13:44:34 +01:00
b53fbfc905 Fix TrueLayer 2022-07-21 13:44:32 +01:00
88e87e53d5 Re-enable Nordigen 2022-07-21 13:44:30 +01:00
8ab915fa65 Implement signin command for TrueLayer 2022-07-21 13:44:29 +01:00
9b96bb8031 Add venv to gitignore 2022-07-21 13:44:27 +01:00
cbb81cec81 Create proper authcode flow for TrueLayer 2022-07-21 13:44:25 +01:00
6879d5040e Fix transactions tests 2022-07-21 13:44:23 +01:00
3bf2e65cd7 Refactor initialisation and add docstrings to util module 2022-07-21 13:44:22 +01:00
cdf99641ba Implement getting TrueLayer access tokens 2022-07-21 13:44:20 +01:00
a40423af8c Begin implementing TrueLayer API 2022-07-21 13:44:19 +01:00
ded27b9842 Begin implementing Nordigen API 2022-07-21 13:44:18 +01:00
b9968612c8 Begin implementing Fidor API 2022-07-21 13:44:17 +01:00
5688c8adb5 Begin implementing Yapily API 2022-07-21 13:44:16 +01:00
4bcd2ddeff Fix indentation while setting ES endpoint in Transactions 2022-07-21 13:44:15 +01:00
fe643fc407 Simplify and refactor initialisation code 2022-07-21 13:44:14 +01:00
f1cb463682 Fix errors and don't print ES logging 2022-07-21 13:44:13 +01:00
3ff4d512a4 Store cheat output in ES 2022-07-21 13:44:13 +01:00
9ef7f952f7 Create boilerplate money tests 2022-07-21 13:44:12 +01:00
6f9cf5cd01 Remove some debugging code from transactions tests 2022-07-21 13:44:11 +01:00
c17e311f7e Move get_profit to money 2022-07-21 13:44:10 +01:00
6de9c4d564 Fix reference to get_profit in commands 2022-07-21 13:44:09 +01:00
ef5824892b Simplify Ctrl+C signal handling 2022-07-21 13:44:08 +01:00
d261298bf7 Write various transaction test cases 2022-07-21 13:44:07 +01:00
7599911279 Fix how min and max are used in transactions 2022-07-21 13:44:06 +01:00
3fd656e1df Begin transactions tests 2022-07-21 13:44:05 +01:00
2e83516b19 Re-enable withdrawing upon fund release 2022-07-21 13:44:04 +01:00
e8a6f55ed1 Move create_distribution_list to Markets library 2022-07-21 13:44:03 +01:00
b6a5a2f96d Move to_usd to Money library 2022-07-21 13:44:02 +01:00
859c1d20ef Move rates and margin functions into Money library 2022-07-21 13:44:01 +01:00
74522342f7 Move lookup rates into new Money library 2022-07-21 13:44:00 +01:00
c15492f161 Fix references to last_online_recent in Agora tests 2022-07-21 13:43:59 +01:00
896318982f Move some functions to a util class from Agora 2022-07-21 13:43:59 +01:00
74d03e8180 Make ES optional and properly calculate open trade volume 2022-07-21 13:43:58 +01:00
3e769e8d33 Convert amount to float before adding in total calculation 2022-07-21 13:43:57 +01:00