This is a chatbot program that converts text to letter-wide text, in which each letter consists of several characters
Query:
Hello World!
Answer:
╔╗╔╗╔═╗╔╗─╔╗─╔══╗─╔╗──╔╗╔══╗╔══╗─╔╗───╔╗╔╗
║║║║║╔╝║║─║║─║╔╗║─║║╔╗║║║╔╗║║╔╗║─║║───║║║║
║╚╝║║╚╗║║─║║─║║║║─║║║║║║║║║║║╚╝║─║║─╔═╝║║║
║╔╗║║╔╝║║─║║─║║║║─║║║║║║║║║║║╔╗║─║║─║╔╗║╚╝
║║║║║╚╗║╚╗║╚╗║╚╝║─║╚╝╚╝║║╚╝║║║║╚╗║╚╗║╚╝║╔╗
╚╝╚╝╚═╝╚═╝╚═╝╚══╝─╚════╝╚══╝╚╝╚═╝╚═╝╚══╝╚╝
Here - You must be authenticated on vk.com to use it
You can run your own bot on vk.com using all pyfiles
or use only functions in file messageHandler.py
to convert the text only in program
If you want to run bot on vk.com you should set a token
, group_id
and confirmation_token
in settings.py
on your group values and run this FlaskApp on your server.
If you want to use it only as text converter, copy only get_answer(body)
(where body
- text that you convert) from messageHandler.py
and other functions which calles from get_answer(body)
- Maxim Shakura - M2000h
This project is licensed under the MIT License - see the license website file for details