diclipy - CLI python script for posting/reading on Diaspora*

uzver c0e2624f89 Fix posting to public (typo) 7 vuotta sitten
dependencies 0d7d881c70 Initial commit 7 vuotta sitten
diclipy c0e2624f89 Fix posting to public (typo) 7 vuotta sitten
.gitignore b6c61185df version up 7 vuotta sitten
HELP.md c0e2624f89 Fix posting to public (typo) 7 vuotta sitten
LICENSE.txt d5ad5e2f8c Fix: missing python package files 7 vuotta sitten
MANIFEST.in 3b5de37a8b Fix: missing python package files 7 vuotta sitten
README.md bfbc08c2ff Fix README 7 vuotta sitten
README.rst bfbc08c2ff Fix README 7 vuotta sitten
setup.py 9673a25ed4 Fix notifications reading 7 vuotta sitten

README.md

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:

diclipy:

sudo pip3 install diclipy

or:

  1. download and unpack this repo
  2. cd to folder
  3. sudo pip3 install .

diaspy:

sudo pip3 install diaspy-api

or:

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

clap:

sudo pip3 install clap-api

or:

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