README.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Description:
  2. ------------
  3. `diclipy <https://notabug.org/uzver/diclipy>`__ - 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. ``pip3 install diclipy``
  17. If you get errors, install from git:
  18. ------------------------------------
  19. clap:
  20. ~~~~~
  21. 1. download and unpack `clap <https://github.com/marekjm/clap/archive/refs/heads/devel.zip>`__ or clone `repo <https://github.com/marekjm/clap>`__
  22. 2. ``cd`` to ``clap`` folder
  23. 3. ``pip3 install .``
  24. diaspy:
  25. ~~~~~~~
  26. 1. download and unpack `diaspy <https://github.com/marekjm/diaspy/archive/refs/heads/master.zip>`__ or clone `repo <https://github.com/marekjm/diaspy>`__
  27. 2. ``cd`` to ``diaspy`` folder
  28. 3. ``pip3 install .``
  29. diclipy:
  30. ~~~~~~~~
  31. 1. download and unpack `diclipy <https://notabug.org/uzver/diclipy/archive/master.zip>`__ or clone `repo <https://notabug.org/uzver/diclipy>`__ (`mirror <https://github.com/Flashwalker/diclipy>`__)
  32. 2. ``cd`` to ``diclipy`` folder
  33. 3. ``pip3 install .``