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

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.

Owner
Hirbod Behnam
Just another guy
Hirbod Behnam
Similar Resources

Client lib for Telegram bot api

Micha Client lib for Telegram bot api. Supports Bot API v2.3.1 (of 4th Dec 2016). Simple echo bot example: package main import ( "log" "git

Nov 10, 2022

Go library for Telegram Bot API

Go library for Telegram Bot API

tbot - Telegram Bot Server Features Full Telegram Bot API 4.7 support Zero dependency Type-safe API client with functional options Capture messages by

Nov 30, 2022

Telebot is a Telegram bot framework in Go.

Telebot "I never knew creating Telegram bots could be so sexy!" go get -u gopkg.in/tucnak/telebot.v2 Overview Getting Started Poller Commands Files Se

Dec 30, 2022

Golang bindings for the Telegram Bot API

Golang bindings for the Telegram Bot API All methods are fairly self explanatory, and reading the godoc page should explain everything. If something i

Jan 6, 2023

Golang Based Account Generator Telegram Bot

Account Generator Bot Account Generator Bot, written in GoLang via gotgbot library. Variables Env Vars - BOT_TOKEN - Get it from @BotFather CHANNEL_ID

Nov 21, 2022

Bot that polls activity API for Github organisation and pushes updates to Telegram.

git-telegram-bot Telegram bot for notifying org events Requirements (for building) Go version 1.16.x Setup If you don't have a telegram bot token yet,

Apr 8, 2022

📱 Hentai bot for Telegram 📱

📱 Hentai bot for Telegram 📱

Random-Good-Hanime Hentai Telegram bot for educational purpose 😉 Features 📰 Random hentai Lot of different categories 😋 Real time logs 📜 Config fi

Nov 25, 2022

A telegram bot that fetches multiple RSS cryptocurrency news feeds for sentiment analysis

Crypto News Telegram Bot A simple telegram bot that will help you stay updated on your latest crypto news This bot will help you keep track of the lat

Aug 22, 2021

A Telegram bot that will run code for you.

piston_bot A Telegram bot that will run code for you. Made using piston. Available as @iruncode_bot on telegram. Examples Basic example Input: /run py

Sep 11, 2022
Comments
  • Download Error

    Download Error

    1. I increased the default partsize which resulted in enhanced download speed momentarily. However, the downloads are stopping abruptly in between. Can you please consider adding resume support functionality to avoid abrupt disconnection while downloading or have a look at the issue. Please suggest some solution...

    2. Also if an inline url button can be included instead of plain reply text, it will give an asthetic appeal to the code.

  • Link Validity

    Link Validity

    Hello,

    1. Really appreciate your efforts towards improving the code.

    2. Can you please confirm about the validity of the Generated Link? Is it maximum of 1 day in current context and dependent on the value of memory cache. If that so, what impact would it have to further increase persistent data storage in RAM in terms of RAM usage/requirement.

    3. Is there a possibility of increasing generated link validity by storing it in some kind of session storage/database OR making use of telegram file id instead of uuid for generating the link so that it can be fetched later permanently... .

    Regards.

  • Runtime error !

    Runtime error !

    Hi, below error appears when run script first time ! callback: login: rpcDoRequest: rpc error code 400: API_ID_INVALID

    how can I fix it to run successfully ?

Dlercloud-telegram-bot - A Telegram bot for managing your Dler Cloud account

Dler Cloud Telegram Bot A Telegram bot for managing your Dler Cloud account. Usa

Dec 30, 2021
Pro-bot - A telegram bot to play around with the community telegram channels

pro-bot ?? Pro Bot A Telegram Bot to Play Around With The Community Telegram Cha

Jan 24, 2022
Bot - Telegram Music Bot in Go

Telegram Music Bot in Go An example bot using gotgcalls. Setup Install the serve

Jun 28, 2022
Bot-template - A simple bot template for creating a bot which includes a config, postgresql database

bot-template This is a simple bot template for creating a bot which includes a c

Sep 9, 2022
The serverless OTP telegram service use telegram as OTP service, and send OTP through webhook

Setup OTP First thing, you need prepare API(webhook) with POST method, the payload format as below { "first_name": "Nolan", "last_name": "Nguyen",

Jul 24, 2022
A discord bot that watches for tiktok URL's and automatically uploads the corresponding video to the channel

TikiTok Bot A Discord bot that watches for TikTok URLs and sends a message to the channel with the corresponding video attached Click to invite the bo

Jul 28, 2022
Discord bot to check if a URL attached on a message is part of the verified list

OCM URL Verify Bot Checks the url included in a discord message. Displays a verified status when the domain of the url attached is in the verified-dom

Nov 30, 2021
IRC, Slack, Telegram and RocketChat bot written in go
IRC, Slack, Telegram and RocketChat bot written in go

go-bot IRC, Slack & Telegram bot written in Go using go-ircevent for IRC connectivity, nlopes/slack for Slack and Syfaro/telegram-bot-api for Telegram

Dec 20, 2022
Golang telegram bot API wrapper, session-based router and middleware

go-tgbot Pure Golang telegram bot API wrapper generated from swagger definition, session-based routing and middlewares. Usage benefits No need to lear

Nov 16, 2022
Telegram Bot Framework for Go

Margelet Telegram Bot Framework for Go is based on telegram-bot-api It uses Redis to store it's states, configs and so on. Any low-level interactions

Dec 22, 2022