heshiyou / wechat-pocket

A Pocket read it later receiver based on Wechat personal account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Wechat personal account based assistant designed for saving the article sharing it received to pocket.

How to use

Step 1:

add settings.py for your own to set tuling api token and pocket token.

from settings_default import *
DEBUG = False

CONSUMER_KEY = '' # pocket consumer key
ACCESS_TOKEN = '' # pocket api access token

TULING_KEY = '' # tuling api key

Step 2:

$~ settings=settings python main.py

About

A Pocket read it later receiver based on Wechat personal account


Languages

Language:Python 100.0%