Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 885 Bytes

README.rdoc

File metadata and controls

28 lines (11 loc) · 885 Bytes

About Be Vimmer

Be Vimmer is an application that tweets Vim commands and their description periodically in Japanese, English and Chinese(cn & tw). 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, “cn” is Chinese(cn) and “tw” is Chinese(tw).

How to get OAuth token

Use this => github.com/jugyo/get-twitter-oauth-token