Skip to content

chusiang/be_vimmer

This branch is 4 commits ahead of, 104 commits behind JunichiIto/be_vimmer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

898354a · Jan 29, 2015
Apr 26, 2014
Apr 26, 2014
May 1, 2014
Feb 8, 2013
Apr 13, 2012
Jan 28, 2015
Apr 13, 2012
Apr 14, 2012
Apr 26, 2014
Jun 3, 2014
Apr 13, 2012
Apr 26, 2014
Apr 26, 2014
Apr 13, 2012
Jun 3, 2014
Jun 3, 2014
Jun 3, 2014
Apr 26, 2014
Jan 29, 2015
Apr 13, 2012
Apr 13, 2012

Repository files navigation

Please go to github.com/vim-tw/be_vimmer, If you want help us to translate tips.


About Be Vimmer

Be Vimmer is an application that tweets Vim commands and their description periodically in Japanese, English and Chinese. This application was created in order to help Vim learners.

Vim documentation has to be stored in database in advance. (See db/seeds.rb or lib/tasks )

Tweets are pushed via cron task on server.(See lib/tasks/cron.rb ) You need to register Twitter credentials in environment variables before execution.

The Web UI just display the Vim command list and the basic information about this application.

Cron task and arguments

The following command means “Post 3 tweets every 2 hours in Japanese. EX commands appear every 6 hours.”

rake cron["jp","2","3","6"]

“en” is English and “cn” is Chinese.

About

A bot that tweets Vim tips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.3%
  • Other 0.7%