You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-19Lines changed: 33 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# Viaduct | A Trading212 Python REST API
6
6
7
-
Viaduct is a Python REST API wrapper that utilises Trading212's REST API that normally communciates exclusively with first party apps. This has not been offically released publicly but can be reverseengineered.
7
+
Viaduct is a Python REST API wrapper that utilises Trading212's REST API that normally communciates exclusively with first party apps. This has not been offically released publicly but can be reverse-engineered.
8
8
9
9
Selenium is used to scrape required cookies and customer data from the web app but is no longer required after this point. REST network calls are used enabling greater functionallity and speed than pure web scraping.
10
10
@@ -15,17 +15,17 @@ The use of a wrapper ensures any API changes in the future will not impact pre-e
15
15
- Firefox if not in default location, an error will be returned upon runtime.
16
16
- The Selenium Gecko driver will automatically install if not in system path, no manual installation is requried!
17
17
18
-
Pip install coming soon!
18
+
## Installation
19
19
20
-
## Import and Usage
21
-
22
-
If Firefox is not installed in default folder, make sure you pass it upon initialisation for example:
Currently only ISA and public modes are supported, more are coming soon. Responses are returned python dictionaries, see the root tree images for more information. Selenium web scrapping modes extend the public class so it does not need to be recreated.
26
+
## Import and Usage
27
+
28
+
Viaduct is an API wrapper. API responses are returned python dictionaries, see the root tree images for more information. Selenium web scrapping modes extend the public class so it does not need to be recreated.
29
29
30
30
Examples are the payloads that the Rest API returns, these are returned as Python dictionaries for your convenience
31
31
@@ -37,13 +37,13 @@ See below for currently implemented API class methods, these are explained furth
0 commit comments