文件名称:twhs:cli 推特客户端
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-27 16:03:14
Haskell
twhs 关于 CLI 推特客户端。 灵感来自 Tw ( ) 安装 $ cabal update && cabal install twhs 例子 # tweet $ twhs Lunch now! # get timeline only 50 lines $ twhs -n 50 # get user timeline $ twhs -u shin16s # in reply to $ twhs -r 123456 ok! let's go 选项 -r ID MESSAGE --reply=ID MESSAGE in reply to ID -R ID --retweet=ID retweet ID -u USER --user=USER show user timeline -l LIST
【文件预览】:
twhs-master
----.gitignore(56B)
----Setup.hs(46B)
----.travis.yml(18B)
----LICENSE(1B)
----README.md(1KB)
----Web()
--------Twitter()
----main.hs(1KB)
----twhs.cabal(3KB)
----test()
--------TwhsSpec.hs(228B)
--------Spec.hs(44B)