Skip to content

vcinex/leanote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

leanote

This is a api library for leanote

Requirements

  • Python 3
  • Requests

Library Usage

from leanote import leanote
leanote = leanote(email,password,host)
print(leanote.info())
print(leanote.getNotebooks())

The method name is the same as tha api name

Attention

  • There is something wrong with uploading files, so don't do that.
  • There is no check or process on you data, please do it yourself
  • All variable whit default value "Necessary" means you must set its value yourself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages