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

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

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 .