Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.41 KB

README.rst

File metadata and controls

49 lines (33 loc) · 1.41 KB

Description:

diclipy - CLI python script for posting/reading/commenting on Diaspora* pod written around Diaspy API

Dependencies:

Usage:

Run diclipy -h for help.

Config folder: ~/.diclipy

Doc.: http://pythonhosted.org/diclipy

Install:

pip3 install diclipy

If you get errors, install from git:

clap:

  1. download and unpack clap or clone repo
  2. cd to clap folder
  3. pip3 install .

diaspy:

  1. download and unpack diaspy or clone repo
  2. cd to diaspy folder
  3. pip3 install .

diclipy:

  1. download and unpack diclipy or clone repo (mirror)
  2. cd to diclipy folder
  3. pip3 install .