Class: Archare::Introducer

Inherits:
Object
  • Object
show all
Defined in:
lib/archare/introducer.rb

Instance Method Summary collapse

Instance Method Details

#introduceObject



3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# File 'lib/archare/introducer.rb', line 3

def  introduce
   puts """

   Archare crawler

     Usage:
       crawler = Archare.crawler

       leetcode tags:
         crawler.lc_tags

       leetcode problems:
         crawler.lc_problems

       leetcode tags-problems map:
         crawler.lc_tags_problems_map

     Update data from leetcode:
       crawler.update_lc_data         (updating time is about 1 minute)

   """
   
end