This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
pythentic_jobs/README.markdown

38 lines
1.7 KiB
Markdown

Pythentic Jobs
=========================================================================================
Pythentic Jobs is a small (pure Python) wrapper around the Authentic Jobs (http://www.authenticjobs.com)
API. I got bored one night, wanted something I could knock out quickly, so... here it is.
Requirements
-----------------------------------------------------------------------------------------------------
Pythentic Jobs requires simpleJSON, because nobody should ever have to willingly see or deal with
XML ever again. Yeah, I'm opinionated like that, deal with it.
> http://pypi.python.org/pypi/simplejson
Example Use
-----------------------------------------------------------------------------------------------------
> from pythentic_jobs import pythentic
>
> # Simply call Pythentic, and pass in your API key.
> jobs = pythentic("fajsnfjasdnf...")
> jobs.getLocations()
Pythentic 3k
-----------------------------------------------------------------------------------------------------
There's a script included that's built for Python 3. It's not guaranteed to work, as I don't actively
maintain it; it's simply there to provide a base to work on. Feel free to contribute back patches on
this if you so desire.
Questions, Comments, etc?
-----------------------------------------------------------------------------------------------------
Pythentic Jobs should be simple enough that you would hopefully have no questions, but if you do,
feel free to hit me up at the following:
GitHub: (Where you're probably reading this)
Twitter: ( http://twitter.com/ryanmcgrath )
Email: (ryan [at] venodesigns dot net)
Twython is released under an MIT License - see the LICENSE file for more information.