Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

mozilla-it/salesforce-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce Fetcher

CLI tool for fetching queries and reports from salesforce using simple-salesforce and requests libraries

Configuration is managed via a yaml file matching the basic layout of:

---
debug: True
output_dir: output
salesforce:
  auth:
    username:
    password:
    security_token:
    sandbox: false

  host: https://hostname.my.salesforce.com/\
  query_dir: queries
  reports:
    report_name: report_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages