Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olix0r/vtwt

Ver's Twitter Client
https://github.com/olix0r/vtwt

Last synced: about 1 month ago
JSON representation

Ver's Twitter Client

Awesome Lists containing this project

README

        

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).