Skip to main content

Ver's Twitter CLI

Project description

Vtwt -- Ver's Twitter Client


About
-----

Vtwt is released under a BSD license (see LICENSE).


Installation
------------

vtwt installs using a standard Python distutils setup.py:

$ python setup.py install


Configuration File
------------------

vtwt(1) reads a configuration file (~//vtwtrc, by default; specified with the
--config-file option) that is used to set configuration values that are
otherwise passed to the command-line. This file may contain arbitrary Python:

import hashlib
user = "0b0t"
password = hashlib.new("sha256", "i like to eet peeza"
).digest().encode("base64").strip()

...or whatever you fancy. You probably shouldn't do anything with Twisted here
(and if you dare to try it, at least be kind enough to stop the reactor!).


Dependencies
------------

twisted -- Internets
http://twistedmatrix.com

twitty-twister -- Twisted Twitter Client library
http://github.com/olix0r/twitty-twister

jersey -- CLI-extensions for Twisted.
Not yet Open Source... (working on it).

Project details


Download files

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

Source Distribution

vtwt-0.1.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

vtwt-0.1.0-py2.6.egg (38.2 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