vk-messages-bot icon indicating copy to clipboard operation
vk-messages-bot copied to clipboard

Update to latest versions of libraries

Open AIgnatczuk opened this issue 7 years ago • 3 comments

This bot cannot resolve any message. Throws KeyError: 'message'. This is caused by an old python-telegram-bot version included which no longer works correctly. Also some changes are needed in code to make it work with the latest version due to many changes made in it so that many libraries are moved, renamed or completely changed.

I succeed running bot only with python-telegram-bot 3.3.0 but i can't receive any messages from group chats because of unexpected photo_100 argument. Temporarily fixed this with **kwargs in vk_chat.py def init The entire bot definitely needs general update to work well

AIgnatczuk avatar Jun 27 '17 12:06 AIgnatczuk

@AIgnatczuk I am working on ressurecting this bot. Please wait.

gpchelkin avatar Jun 30 '17 11:06 gpchelkin

@AIgnatczuk The work is in progress at the moment.

zaynetro avatar Jul 12 '17 09:07 zaynetro

Hi! I've been cloned this repo, exporting TG_BOT_TOKEN and VK_CLIENT_ID, rename example.db.db to exemple.db then run python3 __main__.py and /start in telegram bot — it responds that token url is needed, so I gave it. In log I saw that data comes in and out, in telegram he anwer me with my full name but no messages are come to me. Is there I've missed?

conformist-mw avatar Jul 17 '17 07:07 conformist-mw