c0d9263ba2
Update README to explain forked status of this repo
2024-10-25 14:35:08 +05:30
de07dd3d40
Update config call for newer versions of ConfigParser
...
ConfigParser now uses `read_file` instead of `readfp`.
2024-10-25 13:16:17 +05:30
f0f1e800ae
Upgrade dependencies to latest versions
...
This is because, at least in Python 12, the older dependencies
were starting to break (mainly to do with the way `requests`
was using the `collections` library, but this may be a good
time to update everything else as well).
2024-10-25 13:14:20 +05:30
Rakan Alhneiti
9d94cace8e
0.1.6
2017-05-06 16:23:40 +02:00
Kristobal
407bff7fa0
Show a link to obtain access token; resolves #13
...
This commit adds printing access token link to provide ability to copy & visit it manually to obtain an access token, as a fallback
2017-05-06 15:49:57 +02:00
Rakan Alhneiti
32236b3cde
Merge pull request #12 from rakanalh/update-pocket-api
...
Fix pocket object initialization for config step
2016-09-30 07:54:29 +02:00
Rakan Alhneiti
8c7f7049c4
Update version
2016-09-30 07:54:15 +02:00
Rakan Alhneiti
12143d4e23
Fix pocket object initialization for config step
2016-09-25 01:11:57 +02:00
Rakan Alhneiti
4a7784e9d1
Merge pull request #9 from DavidWittman/readme-add-config
...
Add Configuration section to README
2016-08-17 00:35:08 +02:00
David Wittman
4eba737f72
Add Configuration section to README
...
Identifies all of the necessary steps to generate a consumer key
and get `pocket-cli` up and running.
2016-08-16 16:17:55 -05:00
Rakan Alhneiti
9a94a1c33a
Update README.md
2016-03-07 14:16:30 +01:00
Rakan Alhneiti
4c61552238
v0.1.4
2016-02-20 15:56:11 +01:00
Rakan Alhneiti
8749a678fa
Futher fixes to #7 and #5
2016-02-20 15:55:26 +01:00
Rakan Alhneiti
4d15ee18b8
Fix missing keys in response. Fixes #5
2016-02-20 15:22:59 +01:00
Rakan Alhneiti
ad048e2602
Added --version flag and provided detailed prompts to reading time and sort fields. Fixes #7
2016-02-20 15:22:13 +01:00
Rakan Alhneiti
d534d343a7
v0.1.3
2016-02-19 20:30:23 +01:00
Rakan Alhneiti
e9c30f46d5
Merge pull request #4 from rakanalh/float_div
...
Issue fix for float division difference between Py2&3
2016-02-19 20:29:46 +01:00
Rakan Alhneiti
1401fba2f6
Add -h short for help. Fixes #3
2016-02-19 19:57:36 +01:00
Rakan Alhneiti
14a3522c43
Unify float division and conversion to integer values before writing to file. Fixes #2
2016-02-19 19:53:18 +01:00
Rakan Alhneiti
953e8a8af1
New version, Py2/3 compatibility
2016-02-17 23:17:30 +01:00
Rakan Alhneiti
5902af13bd
Merge pull request #1 from rakanalh/python2-backport
...
Python2 backport
2016-02-17 23:15:38 +01:00
Rakan Alhneiti
0364f89103
Python 2/3 compatibility
2016-02-17 23:15:14 +01:00
Rakan Alhneiti
3439ae513e
Fix less encoding issue
2016-02-17 23:14:14 +01:00
Rakan Alhneiti
060c2564d3
Fix Py2/Py3 encoding issues
2016-02-17 23:09:50 +01:00
Rakan Alhneiti
f460cb4d6f
Handle language diffs for imports & exception handling
2016-02-17 20:53:54 +01:00
Rakan Alhneiti
cb8d65d8c0
Handle different encodings, use six
2016-02-17 20:53:16 +01:00
Rakan Alhneiti
70558caa32
Get terminal size compatibility
2016-02-17 20:52:48 +01:00
Rakan Alhneiti
1915cdb146
Added note for python3
2016-02-16 21:40:11 +01:00
Rakan Alhneiti
184a95bc7e
Added progress to requirements
2016-02-16 21:38:37 +01:00
Rakan Alhneiti
42c5502022
Improve readme, prepare setup.py for first release
2016-02-16 21:33:13 +01:00
Rakan Alhneiti
e3052460d7
Change config & storage filenames
2016-02-16 20:56:10 +01:00
Rakan Alhneiti
8a0d7ad080
Added search
2016-02-16 18:48:22 +01:00
Rakan Alhneiti
b439150973
Added a configuration param for choosing the sort field
2016-02-15 21:28:18 +01:00
Rakan Alhneiti
6b8b90da0d
A more structured exception handling
2016-02-15 20:53:33 +01:00
Rakan Alhneiti
a91f0939f6
Clear everything on configure, check exception and display error message accordingly
2016-02-15 17:20:18 +01:00
Rakan Alhneiti
09ccd3ba95
Fix no section error when configuring app
2016-02-15 17:02:57 +01:00
Rakan Alhneiti
1d9f507956
Added ability to configure the application only by supplying the consumer key and reading speed
2016-02-15 00:40:25 +01:00
Rakan Alhneiti
25a8016671
Added two new commands, add article and archive
2016-02-14 23:37:51 +01:00
Rakan Alhneiti
70ba4dfc3b
Giving the project a better package structure
2016-02-14 23:05:08 +01:00
Rakan Alhneiti
f4ce674163
Added README
2016-02-11 20:23:50 +01:00
Rakan Alhneiti
5e6211cd3d
The CLI interface is simple and smaller, it passes it's params through to PocketApp
2016-02-11 20:22:43 +01:00
Rakan Alhneiti
a74800837f
Added some files to ignore
2016-02-11 20:22:19 +01:00
Rakan Alhneiti
65aee526b7
Added a utility print article function
2016-02-11 20:22:05 +01:00
Rakan Alhneiti
d26d561e80
Refactored some codes into modules
2016-02-11 20:21:50 +01:00
Rakan Alhneiti
2ec1f49880
Merge branch 'master' of github.com:rakanalh/pocket-cli
2016-02-10 20:47:34 +01:00
Rakan Alhneiti
581ebff1d9
Initial commit
2016-02-10 20:47:10 +01:00
Rakan Alhneiti
5eae0aa914
initial version
2016-02-10 20:46:01 +01:00