Skip to content
View dvaraujo's full-sized avatar
  • Multilaser Industrial S.A.
  • São Paulo, Brasil
  • 11:29 (UTC -03:00)
  • LinkedIn in/dvaraujo

Block or report dvaraujo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python script to get and export all ... Python script to get and export all users from a Atlassian instance. Just set the environment variables and you are good to go. External dependecies: pandas, requests
    1
    import json
    2
    import requests
    3
    import pandas as pd
    4
    from requests.auth import HTTPBasicAuth
    5
    import os