Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olix0r/vtwt
- Owner: olix0r
- License: bsd-3-clause
- Created: 2010-05-17T19:09:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-15T21:19:08.000Z (over 14 years ago)
- Last Synced: 2024-09-14T10:43:35.871Z (2 months ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.comtwitty-twister -- Twisted Twitter Client library
http://github.com/olix0r/twitty-twisterjersey -- CLI-extensions for Twisted.
Not yet Open Source... (working on it).