文件名称:hubot-memegeneration:使用imgflip API生成模因的Hubot脚本
文件大小:66KB
文件格式:ZIP
更新时间:2024-06-02 14:52:08
hubot-scripts imgflip meme-generator huemul-scripts JavaScript
记忆型记忆
使用imgflip API生成模因的Hubot脚本
安装
npm i -S hubot-memegeneration
将["hubot-memegeneration"]到external-scripts.json 。
在imgflip( )中注册并设置环境变量。
export IMGFLIP_USERNAME= < your>
export IMGFLIP_PASSWORD= < your>
例子
hubot meme templates - Get all templates availables
hubot meme generate
【文件预览】:
hubot-memegeneration-master
----.gitignore(526B)
----package.json(2KB)
----package-lock.json(223KB)
----src()
--------script.js(3KB)
--------index.js(79B)
--------templates.json(176B)
----.nvmrc(4B)
----.travis.yml(224B)
----LICENSE(1KB)
----CHANGELOG.md(14KB)
----README.md(2KB)
----.npmignore(99B)
----test()
--------test.js(7KB)
----.editorconfig(323B)