sponsor Vim development Vim logo Vim Book Ad

vim-fanfou : Fanfou client for VIM

 script karma  Rating 0/0, Downloaded by 776  Comments, bugs, improvements  Vim wiki

created by
XiongJia Le
 
script type
utility
 
description
* Vim-Fanfou
Vim-Fanfou = VIM + Fanfou ( http://fanfou.com/ ).
It allows you to post to status and view Fanfou timeline.

Just like Fanfou is a Twitter clone.
Vim-Fanfou is a TwitVim ( https://github.com/vim-scripts/TwitVim ) clone.

* Vim-Fanfou links
- Source code:  https://github.com/xiongjia/vim-fanfou
- Releases:     https://github.com/xiongjia/vim-fanfou/releases
- Vim Script:   http://www.vim.org/scripts/script.php?script_id=4972
- Project Page: http://xiongjia.github.io/vim-fanfou/

* Installation
- Requirements:
   Vim-Fanfou is based on Python 2.7(+) & VIM 7+. Please check your VIM before you install Vim-Fanfou.

- Steps to install:
    Copy the "plugin" folder to your VIM "plugin" folder.

* Usage
  ** Setup & Login
   - To enable HTTP Proxy: Add below line to your .vimrc.
      let g:fanfou_http_proxy = "http://<proxy-host>:<proxy-port>";

   - To setup your Fanfou account: Run below command for save the Fanfou OAuth token.
      :FanfouSetAccount
      This command will open the Fanfou OAuth confirmation Web Page.
      After you get the PIN code, please enter it to VIM.
      NOTE: In default, Vim-Fanfou saves your OAuth Token to "$HOME/.fanfou_auth_cache".

  ** Commands
   - :FanfouSetAccount
     To setup your Fanfou account. Please check "Setup & Login" section.
   - :FanfouSwitchAccount
     Login to another Fanfou account.
   - :FanfouHomeTimeline
     View your Fanfou home timeline.
   - :FanfouMentions
     View @ mention messages.
  -  :FanfouFavorites
     View your Fanfou favorites.
  - :FanfouRefresh
    Update Fanfou Vim Buffer.
  - :FanfouPostStatus
    To post a new Status to your Fanfou.

  ** Shortcut key in the Fanfou VIM buffer
   - <Leader><Leader> :FanfouRefresh<cr>
   - <Leader>h :FanfouHomeTimeline<cr>
   - <Leader>m :FanfouMentions<cr>
   - <Leader>s :FanfouFavorites<cr>
   - <Leader>p :FanfouPostStatus<cr>

* License
Vim-fanfou is distributed under the same terms as VIM itself. See :help license.

* Contact
    The maintainer: @Xiongjia_Le ( http://fanfou.com/xiongjia_le )
     github: https://github.com/xiongjia/vim-fanfou
 
install details
* Installation
- Requirements:
   Vim-Fanfou is based on Python 2.7(+) & VIM 7+. Please check your VIM before you install Vim-Fanfou.
- Steps to install:
    Copy the "plugin" folder to your VIM "plugin" folder.

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-fanfou-0.2.zip v0.2 2014-07-26 7.0 XiongJia Le * Fix HTML String convert issue
* Support Favorites&Mentions timeline
*  Add more Shortcut keys
*  Update Syntax for Vim Fanfou buffer
*  Update README & Documentation; New Project Page: http://xiongjia.github.io/vim-fanfou/
*  Add python unit tests
vim-fanfou-0.1.zip 0.1 2014-06-28 7.0 XiongJia Le Initial upload
ip used for rating: 18.189.193.172

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github