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

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

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 .