Metadata-Version: 2.4
Name: arcane-snapchat
Version: 1.1.0
Summary: Helpers to request Snapchat API
Author: Arcane
Author-email: product@wearcane.com
Requires-Python: >=3.9,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: arcane-core (>=1.13.0,<2.0.0)
Requires-Dist: arcane-datastore (>=1,<2)
Requires-Dist: arcane-requests (>=0.4.0,<2)
Requires-Dist: backoff (>=1.10.0)
Requires-Dist: requests
Description-Content-Type: text/markdown

# Arcane snapchat README

## Credentials

The access token for production environnement has been generated with: snapchat@arcane.run
The access token for staging environnement has been generated with: billel@arcane.run

The access token can be be expired, we receive a 401 if it is the case. We need to use the refresh token located in the credentials, this token is generated through a one time life 'code'. For more information :
https://marketingapi.snapchat.com/docs/#receive-the-redirected-user 

## Release history
To see changes, please see CHANGELOG.md

