Skip to content

Latest commit

 

History

History
executable file
·
34 lines (21 loc) · 1.4 KB

requirements.md

File metadata and controls

executable file
·
34 lines (21 loc) · 1.4 KB

Requirements

If you want to run wallabag-cli directly from source you also need the following python modules:

  • beautifulsoup4 4.5.1 or above
  • pycrypto 2.6.1 or above
  • requests 2.11.1 or above

wallabag instance

Wallabag-cli only works with wallabag version 2.1.1 or above. To find the version number log into your wallabag-account and click on "about". (Hint: Some features need a higher wallabag version.)

To host your own instance please read the official documentation.


wallabag api client credentials

If you have no api client credentials, you can create them on the web interface.
Log in and click on "developer". Click on "Create a new client". Use a reasonable name (e.g. wallabag-cli). The value "Redirect URIs" can be ignored.
After creation you can find your client ID and client secret under "Existing clients".


python

Please look on the official site in order to install python on your system.