Skip to content

Samircj/urthecast-api-demos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urthecast API Demos

This repository contains a number of small, self contained, API demos.

Feel free to use this repository as inspiration for your own applications.

Setup

Requirements:

  • Python 2.7
  • PIP
  • Virtualenv

Instructions:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Add the following variables to your environment:

export UC_API_KEY=
export UC_API_SECRET=

Running a demo

Ensure you're using the virtualenv you created:

source venv/bin/activate

Run the python demo you'd like. For example:

python archive/total-scenes.py

About

A collection of small Python demos showcasing the Urthecast API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%