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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ This is an example project that shows how to implement TRKD HTTP JSON client and
14
14
- trkd_onlinereport.py: An example application that shows how to subscribe the Online Report data from TRKD service
15
15
- trkd_chart.py: An example application that shows how to subscribe and download the Chart image data from TRKD service
16
16
- trkd_wsstreaming.py: An example application that show how to subscribe the Quote data from TRKD Streming service via a WebSocket connection
17
-
- requestments.txt: A requirement file contains a list of required libraries.
17
+
- requestments.txt: A requirement file contains a list of required libraries for HTTP JSON and WebSocket connections.
18
18
- docs\TRKD_REST_with_Python.docx: A document that describes the trkd_authen.py and trkd_quote.py applications
19
19
20
+
All source code and scripts are provided under the Apache 2.0 license. Thye are provided AS IS with no warranty or guarantee of fit for purpose. See the project's LICENSE.md for details.
20
21
21
22
## Prerequisite
22
23
The following softwares are required to use this script
@@ -46,7 +47,13 @@ The best way is via the pip package management tool
46
47
$>pip install -r requestments.txt
47
48
```
48
49
49
-
*Note*: If you aim to use only TRKD HTTP JSON services, you can just install requests library via ```pip install requests``` command.
50
+
*Note*: If you aim to use only TRKD HTTP JSON services, you can just install requests library via a ```pip install requests``` command.
51
+
52
+
## References
53
+
For further details, please check out the following resources:
54
+
*[Thomson Reuters Knowledge Direct API page](https://developers.thomsonreuters.com/thomson-reuters-knowledge-direct-trkd) on the [Thomson Reuters Developer Community](https://developers.thomsonreuters.com/) web site.
55
+
*[Thomson Reuters Knowledge Direct API Catalog](https://www.trkd.thomsonreuters.com/SupportSite/RequestBuilder/requestbuilder.aspx) web site.
56
+
*[Elektron WebSocket API](https://developers.thomsonreuters.com/websocket-api) page on the [Thomson Reuters Developer Community](https://developers.thomsonreuters.com/) web site.
50
57
51
58
## Release Note
52
59
- Version 1: 6 Sep 2016
@@ -85,3 +92,4 @@ The best way is via the pip package management tool
85
92
- remove all ```is not None``` statements and make them a bit more **Pythonic**.
86
93
- version 1.0.11: January 2019
87
94
- Add trkd_wsstreaming.py application for TRKD Streaming service.
0 commit comments