Skip to main content

evernote helper app of django

Project description

Local Yinxiang access to Yinxiang server

Principal

This app has the following responsibilities:

  1. Pull account/tag/note/notebook data from Yinxiang API
  2. Push changes to Yinxiang API

How to use it

Install from Pypi

pip install -U django_yx_app

Modify settings.py

  1. add evernote key settings
    EVERNOTE_CONSUMER_KEY='axplus****'
    EVERNOTE_CONSUMER_SECRET='****'
    EVERNOTE_SERVICE_HOST='app.yinxiang.com' # or 'sandbox.yinxiang.com'
    
  2. add to INSTALLED_APPS
    INSTALLED_APPS=[
        ...
        'yx'
    ]
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_yx_app-0.0.3.tar.gz (11.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page