Skip to content

ggborcean/rollbar-singles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Rollbar Singles

This is a collection of Python scripts to be used with Rollbar's service. They are meant to be individual and singular scripts. The scripts themselves are titled and annotated to be as user friendly as possible.

Installing requirements

You may not need all the packages in the requirements file, but you can install them to your Python instance:

pip install -r requirements.txt

Finding access tokens

These scripts use either the account or project access tokens. Just copy and paste your own in the appropriate token variable. I've denoted them with either a project or account prefix to let you know which ones you'd need.

To find account tokens go to the Rollbar dashboard. Click on your icon in the bottom left -> Manage Account Settings -> Account Access Tokens. This will contain your read and write tokens. You'll use these values to fill in the values for:

  • account_read_token
  • account_write_token.

To find your project tokens go to the Rollbar dashboard. Click on Settings -> Select a project -> Project Access Tokens. These will contain the various tokens associated with this specific project. You'll use these values to fill in the values for:

  • project_post_client_item_token
  • project_post_server_item_token
  • project_read_token
  • project_write_token

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%