write a brand new module
Budget: $250 – $750 USD
The file attached is a module actually used to retrieve information from Bloomberg, regarding the handled stocks by the application.
Your assignment is to write a brand new module named "get_data_santiment.py" with the following three public functions:
exclude_tickets_with_errors
get_desck_data_from_bloomberg
get_hist_price_from_bloomberg
Santiment (https://santiment.net/) is a data provider for cryptocurrencies. You should explore the Santiment python interface and write the new module following what has already been implemented in get_data_bloomberg.py.
The attached san-list-asset.py provides an example of how Santiment works.
You should also write a "unittest" module, named "test_get_data_santiment.py" to test the new module.
After you have written the module and its test, we'll go and integrate your work into the actual system.
Feel free to ask for more information.
https://santiment.net/
Your assignment is to write a brand new module named "get_data_santiment.py" with the following three public functions:
exclude_tickets_with_errors
get_desck_data_from_bloomberg
get_hist_price_from_bloomberg
Santiment (https://santiment.net/) is a data provider for cryptocurrencies. You should explore the Santiment python interface and write the new module following what has already been implemented in get_data_bloomberg.py.
The attached san-list-asset.py provides an example of how Santiment works.
You should also write a "unittest" module, named "test_get_data_santiment.py" to test the new module.
After you have written the module and its test, we'll go and integrate your work into the actual system.
Feel free to ask for more information.
https://santiment.net/