https://github.com/jd/lwn2pocket
Push LWN.net Weekly Edition to Pocket
https://github.com/jd/lwn2pocket
Last synced: 11 months ago
JSON representation
Push LWN.net Weekly Edition to Pocket
- Host: GitHub
- URL: https://github.com/jd/lwn2pocket
- Owner: jd
- Created: 2015-08-12T17:16:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T10:43:52.000Z (over 5 years ago)
- Last Synced: 2025-05-17T22:35:37.649Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
============
lwn2pocket
============
This program is designed to weekly import LWN.net_ article to your Pocket_
account.
.. _LWN.net: https://lwn.net
.. _Pocket: https://pocket.co
How to use it
-------------
1. Install it using `python setup.py` or any method you like
2. You need to obtain a Pocket access token. Run `get-pocket-token.py` and
follow the instructions.
3. Export those variables in your environment:
export LWNNET_USERNAME=
export LWNNET_PASSWORD=
export POCKET_ACCESS_TOKEN=
4. Run `lwn2pocket.py`
Contributions
-------------
This has been written has a neat hack during a sunny afternon in Sevilla. I
don't plan to make it perfect, but I'll be happy to get contributions and
improvements.