一个简单的twitter命令行客户端

ptwit的Python项目详细描述


简介

ptwit是一个简单的基于命令行的twitter客户端。

屏幕截图

http://farm8.staticflickr.com/7326/9144252605_46bb544fe8_z.jpg

要求

安装

要安装ptwit,只需:

pip install ptwit

授权

第一次运行ptwit命令,ptwit将要求 你的twitter应用程序信息,你可以在 https://dev.twitter.com/apps。如果没有,请在 https://dev.twitter.com/apps/new

ptwit支持多个twitter帐户。您可以轻松登录 新帐户,或在已授权的帐户之间切换:

ptwit login ACCOUNT

用法

Usage: ptwit.py [OPTIONS] COMMAND [ARGS]...

Options:
  -a, --account TEXT  Use this account instead of the default one.
  --text              Print entries as human-readable text.
  --json              Print entires as JSON objects.
  --help              Show this message and exit.

Commands:
  timeline*   List timeline.
  accounts    List all accounts.
  faves       List favourite tweets of a user.
  follow      Follow users.
  followers   List your followers.
  followings  List who you are following.
  login       Log into an account.
  mentions    List mentions.
  messages    List messages.
  pop         Edit or delete the latest tweet.
  post        Post a tweet.
  replies     List replies.
  search      Search Twitter.
  send        Send a message to a user.
  tweets      List user's tweets.
  unfollow    Unfollow users.
  whois       Show user profiles.

许可证

ptwit在mit许可证下。完整的许可文本请参见许可文件。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
image Java:设置iconimage而不使用完整路径   javaant和Eclipse构建   Java标签检查图像   java为什么我的glassfish服务器会重定向到另一台服务器?   java MySQL简单查询错误   java你能告诉我如何在图像视图中显示图像吗   Java驱动程序4.0:是否支持对象映射?   java在通过SourceDataLine播放音频时发出一致的爆裂声   java组织。金特罗普。dcom。常见的JIException:未找到错误代码0xC0000070的消息   运行Dijkstra算法实现时的java IndexOutOfBoundsException   java swing gui闪烁白色错误   java单元测试:我应该使用null还是可选的。返回()中的空()?   javajaxb创建空对象   如何拒绝Java构造函数中的非限定参数?   单元测试的java分类