標籤:

獲得自己關注的所有人的列表

首先需要在.vimrc中加入如下內容:

"The simple script shown here copies only the text that matches search hits. It works with multiline matches. First save the buffer because the script changes it (the changes should result in the same text, but it is safer to save first). After sourcing the following, search for a pattern, then enter :CopyMatches to copy all matches to the clipboard, or :CopyMatches x where x is any register to hold the result.nnfunction! CopyMatches(reg)n let hits = []n %s//=len(add(hits, submatch(0))) ? submatch(0) : /gen let reg = empty(a:reg) ? + : a:regn execute let @.reg. = join(hits, "n") . "n"nendfunctionncommand! -register CopyMatches call CopyMatches(<q-reg>)n"The above code works after any search, including searches which match text in more than one line. The expression used in the substitute replacement uses len() as a trick to call add() (which returns the list after appending a match to it).n"http://vim.wikia.com/wiki/Copy_search_matchesn

先打開自己的關注列表,把頁面拉到最底下然後View Selection Source。將HTML代碼複製到vim,

/http://www.zhihu.com/people/.{-}(" )@=n

然後

:CopyMatchesn

之後粘貼到知乎助手(yun.baidu.com/s/1fQKhw)目錄下的ReadList.txt然後

python zhihuHelp.pyn

另外我在清理自己的關注列表的時候還發現了這個(^_^):

nn初上知乎是為學習,但漸發現值得學習的用戶無非是早就熟悉的那小圈子的成員,在別的平台與他們交流遠更清靜有效。 n我的水平相比於他們低很多,開始答題只是看不下去某些領域謠言和民科泛濫,我贊較多的答也無非搬運專業書本里的常識,沒什麼創新內容,實在配不上關注。 n n後來不想答題是因為覺得跟不懂還不謙虛的人講專業問題是徒勞的,反智主義總歸會在一切平台勝利進軍。又念自己面對反智分子時總不願克制情緒,也拉低自己,n真是件沒意思的事,不如回去看書。 nnzhihu.com/people/na-yif

推薦閱讀:

2006年~2009年的日語學習記錄
建武式目
2009年~2012年的日語學習記錄
我是「大V」
吃我安利!國漫雄起!

TAG:大取 |