Skip to content

RobiMez/Bori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Install Telethon ( telethon is at 1.25.4 at the moment of writing. )

python3 -m pip install telethon

Make a .env file on the project root with the following fields

# get these from my.telegram.org
API_ID=00000000
API_HASH="EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
# get this using string gen utilities 
SESH="" 
# if you want to use a different database provider than sqlite 
DB_URL="db.db"

Start the bot with

python3 -m ubi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages