Skip to main content

A command line interface to your point.im blog

Project description

Kobato — Point.im Command Line Interface
=============

## Description
`kobato` is a command-line interface for [Point.im](https://point.im/) microblogging platform. It uses official API, so you can do all the things that are there. But for now you can only do only limited set of things.

## Demo

![cool gif](http://i.imgur.com/yZjgNy7.gif)

## Requirements

- Python 3.5 (haven't tested it under anything else, but it should be fine down to 3.3)
- requests
- decorating
- appdirs

## Installation

- From pipy:
* `sudo pip3 install kobato`
- Manual
* `git clone https://github.com/nico-izo/kobato.git`
* `cd kobato`
* `virtualenv -p /usr/bin/python2.7 ~/.virtualenvs/kobato`
* `source ~/.virtualenvs/kobato/bin/activate`
* `pip3 install .`



## Dive into Point

- Login:
* `kobato login`
- Post
* `kobato post`
- Quick post
* `kobato post -t tag -t tag2 -m 'message' -f`
- Show post
* `kobato show -p#da`
- Show post with replies
* `kobato show -p#vhbne -r | less`
- Show user
* `kobato show -u@arts`
- Aliases
* `kobato alias --create anime_art "post -fy -t anime_art -m'{0}' {...}"`
- Exit point and remove your login/password from config
* `kobato login --reset`

## License

GPLv3. All hail Stallman!

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kobato-0.1.tar.gz (20.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page