Skip to content

This Python script is designed to interact with the Big Cartel API to process unshipped orders data. It fetches relevant data from the API, organizes it, and performs various operations such as generating invoices, creating finance files, and compiling order lists.

Notifications You must be signed in to change notification settings

fabiothon/Big-Cartel-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Cartel API Unshipped Orders Data Processor

This Python script is designed to interact with the Big Cartel API to process unshipped orders data. It fetches relevant data from the API, organizes it, and performs various operations such as generating invoices, creating finance files, and compiling order lists.

Installation

Use the package manager pip and the provided requirments.txt file to install this script.

pip install -r /path/to/requirements.txt

Usage

  1. Download of all necessary files (main.py, invoice template, requirements.txt)
  2. Install necessary libraries on your local environment or virtual environment via the requirement.txt
  3. Get your own API key for BigCartel and either hardcode it into the script or use keyring (only for MacOS users)
  4. Run application

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Licenses

This script uses the MIT License.

About

This Python script is designed to interact with the Big Cartel API to process unshipped orders data. It fetches relevant data from the API, organizes it, and performs various operations such as generating invoices, creating finance files, and compiling order lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages