Skip to content

border-radius/deaddrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deaddrop

Telegram bot for easy filesharing: send any file to bot and get public link

Installation

git clone https://github.com/border-radius/deaddrop
cd deaddrop
npm install

Also, you need to create config.json like this:

{
  "url": "http://deaddrop.ftp.sh",
  "mongodb": "mongodb://localhost/deaddrop",
  "token": "TELEGRAM_BOT_TOKEN",
  "options": {
    "polling": {
      "timeout": 5
    }
  }
}

Launch server:

node index.js

About

telegram: filesharing for the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published