how to install:
git clonepip install -r requirements.txtecho TOKEN = 'Your token here' > config.pyDownload weights here Add path to weights in lines 6 and 7 in models.py
model_news = torch.load('YOUR PATH HERE')
model_congr = torch.load('YOUR PATH HERE')run
python bot.py