Skip to content

Instantly share code, notes, and snippets.

View bersfo's full-sized avatar

¯\_(ツ)_/¯ bersfo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bersfo on github.
  • I am bersfo (https://keybase.io/bersfo) on keybase.
  • I have a public key ASABN2zU5zFp7YNrknK1qtqgvAxd4cGQ8E-UVrrzJd4Qewo

To claim this, I am signing this object:

@bersfo
bersfo / cwapitoken.md
Last active October 13, 2022 17:00
How to create a Connectwise Manage API Token in Python and make your first request?

In ConnectWise Manage:

  1. Go to System => Members
  2. Go to the API Members tab.
  3. Create a new API member that gives the API access to the areas that you need it, such as corporate/territorial levels. Note the username, amd that you cannot specify a password. Complete all the mandatory fields (owner ID, system default, group, approvers, etc).
  4. When you have made this user go to the API keys tab. Enter a description for your new set of keys, and save it. When you do this you'll see the public and private keys once (and once only). Note them down.

Generate Authorisation Header in Python:

>>> import base64

>>> cwToken = base64.b64encode("a+b:c")

@bersfo
bersfo / cooloss.md
Last active September 21, 2017 22:13
Awesome Lists

THIS LIST INCLUDES THE BEST OPEN SOURCE SOFTWARE I FOUND ON THE INTERNETS SO FAR.

DECENTRALIZED

Applications and protocols for a decentralized web...

PRODUCTIVITY

Applications for knowledge workers and hackers...