Skip to content

BackendForge/Overkill-API-examples

Repository files navigation

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

Releases

No releases published

Packages

No packages published