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).
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
vtwt-0.1.0-py2.6.egg
(38.2 kB
view details)
File details
Details for the file vtwt-0.1.0.tar.gz
.
File metadata
- Download URL: vtwt-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfef24abc92f093229144da8e56c1c4078011ec4307d49a8c82a76e9e04778ab |
|
MD5 | 7437d979395aa74f2bee3fb9e05801c9 |
|
BLAKE2b-256 | fb76577ac176e5f44310303f6e649abc59714bb48f565109d4c3b65d10f7d5d2 |
File details
Details for the file vtwt-0.1.0-py2.6.egg
.
File metadata
- Download URL: vtwt-0.1.0-py2.6.egg
- Upload date:
- Size: 38.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a5e8417a3d94bc18f144796ad704b28c85959309cd55d82d094dc214e0f1ddb |
|
MD5 | a2c7d9270cadff1d42f130e68e89c08f |
|
BLAKE2b-256 | 18309a526eb2f45dc9f25c58f061260811a545979b023e6393d5b3370df3d3cd |