Skip to content

allenliu123/ifthat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ifthat-bot

Telegram 真是开发者的乐土,加密传输,永久免费,丰富的 Api,以及最重要且强大的bot生态等等,太多的优点,说不过来。
考虑到 https://file.ifthat.com 在手机上不方便上传文件,刚好看了一些 telegram bot 的文档,就打算用它来做个 bot,使用原始的 api 有点麻烦,所以使用一下大佬的轮子node-telegram-bot-api
在 botfather 上创建了一个bot, @ifthat_bot,打算实现以下功能

  • 上传不同类型的文件
  • 上传文本
  • 显示文本

install && run

git clone https://github.com/allenliu123/ifthat-bot.git
cd ifthat-bot
npm install
export TOKEN=[YOUR_BOT_TOKEN]
npm run start

上传文件

只需要发送你的文件到@ifthat_bot,就可以保存到 https://file.ifthat.com ,目前可发送文件类型为,图片,文件,音频,视频

image
image

上传文本

发送文字,就可以保存,可到 https://file.ifthat.com 查看

image
image

显示文本

/show 指令可以显示文本
image

About

使用 Telegram 上传文件到 https://file.ifthat.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published