Created
September 9, 2021 19:18
-
-
Save andrewdoss-bit/9ca8854e0b93bcb7a7458ca7b69594b4 to your computer and use it in GitHub Desktop.
bit connect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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