Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

parberge/mathemlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathemlib

A python library for https://www.mathem.se
Not much functionality at the moment. Stay tuned

Simple example

from mathemlib import Mathem

my_mathem = Mathem()
my_mathem.user = 'my username'
my_mathem.password = 'my password'
my_mathem.login()

# Only care for one order (which should be the latest)
order = my_mathem.get_orders(limit=1)

print(order)

Will output something like:

{u'20316076': {}}

Not very useful, but it's a start

About

A python lib for interacting with mathem.se

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published