Add lita-meme_generate to your Lita instance's Gemfile:
gem "lita-meme_generate"# setup telegram adapter, gem 'lita-telegram-plus', add telegram token environments
config.robot.adapter = :telegram_plus
config.adapters.telegram_plus.token = ENV['TELEGRAM_TOKEN']
# Register Imgflip to indicate the specify your login details to the API, and add to the surroundings
config.handlers.meme_generate.api_user = ENV['IMGFLIP_USERNAME']
config.handlers.meme_generate.api_password = ENV['IMGFLIP_PASSWORD']Adding meme templates
add_meme( template_id: template id add, pattern: regular expression for route add,
help: {'help command text' => 'description'})
