README.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Description:
  2. ------------
  3. `diclipy <https://notabug.org/uzver/diclipy.git>`__ - CLI python script for posting/reading/commenting on `Diaspora\* <http://diasporafoundation.org>`__ pod written around `Diaspy <https://github.com/marekjm/diaspy>`__ API
  4. Dependencies:
  5. -------------
  6. - python3
  7. - `diaspy-api <https://pypi.python.org/pypi/diaspy-api/>`__ (`Github <https://github.com/marekjm/diaspy>`__)
  8. - `clap-api <https://pypi.python.org/pypi/clap-api/>`__ (`Github <https://github.com/marekjm/clap>`__)
  9. Usage:
  10. ------
  11. Run ``diclipy -h`` for help.
  12. Config folder: ~/.diclipy
  13. Doc.: http://pythonhosted.org/diclipy
  14. Install:
  15. --------
  16. diclipy:
  17. ~~~~~~~~
  18. ``sudo pip3 install diclipy``
  19. or:
  20. 1. download and unpack this repo
  21. 2. ``cd`` to folder
  22. 3. ``sudo pip3 install .``
  23. diaspy:
  24. ~~~~~~~
  25. ``sudo pip3 install diaspy-api``
  26. or:
  27. 1. download and unpack `diaspy <https://github.com/marekjm/diaspy>`__
  28. repo
  29. 2. ``cd`` to folder
  30. 3. ``sudo pip3 install .``
  31. clap:
  32. ~~~~~
  33. ``sudo pip3 install clap-api``
  34. or:
  35. 1. download and unpack `clap <https://github.com/marekjm/clap>`__ repo
  36. 2. ``cd`` to folder
  37. 3. ``sudo pip3 install .``