Skip to content

gumgum/figure-eight-python-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

figure-eight-python-client

Python client drawn from Figure Eight's API docs

Install

$ pip install figure-eight-client

Usage

Replace <figure-eight-api-token> with a token from https://make.figure-eight.com/account/api

>>> from figure_eight_client import FigureEightClient
>>> client = FigureEightClient("<figure-eight-api-token>")

Methods

copy_job(job_id, all_units=True)
copy_job_without_rows(job_id)
add_tag_to_job(job_id, tag)
upload_csv_to_job(job_id, data)
launch_job(job_id, units_count, channel='on_demand')
get_jobs(exclude_instructions=False, pages=1)
get_job_rows(job_id, pages=-1)
find_jobs_by_support_email(support_email, team_id=None)
get_judgements_by_job_id(job_id)
get_json_results_by_job_id(job_id)
set_job_price_in_cents_per_page(job_id, price_in_cents)
set_job_title(job_id, title)

Contributing

Consider making a pull request if you have an idea or discover a bug.

Thanks

Big thanks to Density for sponsoring the development of figure-eight-python-client.

About

Simple client for the Figure Eight API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%