Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 583 Bytes

Examples of Overkill API usage

You can directly test the API using the examples, inside attached Jupyter notebook. Remember to update API keys with yours.

You can use attached requirements.txt to install required dependencies:

pip install -r requirements.txt

Example scripts

There is example Python script, to access REST API watch list:

python3 get_current_watchlist.py

There is also Python script, to access websocket channel. You can run it using the following command:

python3 websocket_client.py