Skip to content

Telegram bot for everything I thought was a good idea to implement

License

Notifications You must be signed in to change notification settings

yuki0iq/alterpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First launch:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp -r config_example config
vim config/config.toml
vim config/telethon.toml

Start:

source venv/bin/activate
python3 -m alterpy

Migrate from .toml-based user database and merge with the current database:

source venv/bin/activate
MIGRATED=migrated.db python3 -m alterpy.maintenance.migrate_to_sqlite
DATABASE=users.db REFERENCE=migrated.db python3 -m alterpy.maintenance.merge_with_backup

About

Telegram bot for everything I thought was a good idea to implement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages