Skip to content

A Telegram bot to convert files to URL for direct download links.

License

Notifications You must be signed in to change notification settings

HirbodBehnam/file2url-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File 2 URL Bot

A simple bot to convert files sent to it to URLs to make direct download links.

Features

  • Fast download speeds
  • Option to allow only specific users to create download links

Coming soon: Download a range of file.

Setup

At first download the program from releases. Then before running the application, set these values as environment variables:

export APP_ID=1234
export APP_HASH=abcd
export BOT_TOKEN=zyxw

Then place the example config file next to executable and change its variables if needed. Then run the application.