Skip to content

Setup and initialization

A basic understanding of Python is needed to follow this tutorial.

You will need Python 3 and pip installed on your machine.

Python in this tutorial refers to Python 3.x

Set up a dataBridges account and app

Before we jump right into setting up an application with dataBridges, you’ll need to create a dataBridges account and app, if you don’t already have one:

  1. Sign up for a dataBridges account.

  2. Create a new app by selecting Apps and clicking Create New button.

  3. You can retrieve your app credentials from the App Keys tab.

Installing Dependencies

First thing to do is to install libraries (if not already done).

pip3 install asyncio json random