Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

GabrielRF/telegram-urlprobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram UrlProBot

Bot available at telegram.me/UrlProBot

Usage

Be sure to create the file urlprobot.conf and set it as follows:

[DEFAULTS]
bot_token = 1234567890EXAMPLE0987654321
google_client = 1234567890EXAMPLE0987654321
min_url_size = 5
bitly = 1234567890EXAMPLE0987654321

Then run:

$ pip install -r requirements.txt
$ python3 urlprobot.py

Need help

I tried to add inline queries to this bot. It worked, but the VM's load would eventually get really high. So I removed the functionality.

My last attempt is commented on the code. Pull requests are welcome!

Releases

No releases published

Packages

No packages published

Languages