Skip to content

flashcatcloud/flashduty-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flashduty Tools

Welcome to the Flashduty Tools repository! This repository contains various tools and scripts for interacting with the Flashduty API and handling related tasks.

Requirements

  • Python 3.x
  • requests library

Installation

  1. Clone this repository:
    git clone https://github.com/your-username/flashduty-tools.git
    cd flashduty-tools
  2. Install dependences:
    pip install -r requirements.txt

Usage

  • Incident Exporter: A script to fetch incident data from the Flashduty API using cursor-based pagination and export it to a CSV file.
    1. Open incident_exporter.py and set your API URL and app key.
    2. Modify the start_time and end_time to the Unix timestamps for the desired time range.
    3. Run the script:
    python incident_exporter.py
    1. The exported CSV file will be saved as incidents_export.csv in the same directory.

About

Tools and scripts for the Flashduty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages