Skip to content

Instantly share code, notes, and snippets.

@andrewdoss-bit
Created September 9, 2021 19:18
Show Gist options
  • Save andrewdoss-bit/9ca8854e0b93bcb7a7458ca7b69594b4 to your computer and use it in GitHub Desktop.
Save andrewdoss-bit/9ca8854e0b93bcb7a7458ca7b69594b4 to your computer and use it in GitHub Desktop.
bit connect
# Connect to bit.io
import bitdotio
bit_conn = bitdotio.bitdotio(<YOUR_BITIO_KEY>)
# You can use the connection with the bit module, here we list repos
from bitdotio import bit
bit.list(bit_conn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment