Skip to content

Latest commit

 

History

History

Drawin Text ChatBot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Drawin Text ChatBot

This is a chatbot program that converts text to letter-wide text, in which each letter consists of several characters

How it's work

Query:

Hello World!

Answer:

╔╗╔╗╔═╗╔╗─╔╗─╔══╗─╔╗──╔╗╔══╗╔══╗─╔╗───╔╗╔╗
║║║║║╔╝║║─║║─║╔╗║─║║╔╗║║║╔╗║║╔╗║─║║───║║║║
║╚╝║║╚╗║║─║║─║║║║─║║║║║║║║║║║╚╝║─║║─╔═╝║║║
║╔╗║║╔╝║║─║║─║║║║─║║║║║║║║║║║╔╗║─║║─║╔╗║╚╝
║║║║║╚╗║╚╗║╚╗║╚╝║─║╚╝╚╝║║╚╝║║║║╚╗║╚╗║╚╝║╔╗
╚╝╚╝╚═╝╚═╝╚═╝╚══╝─╚════╝╚══╝╚╝╚═╝╚═╝╚══╝╚╝

Link on working bot

Here - You must be authenticated on vk.com to use it

How can I 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

Istalling

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)

Built With

Author

License

This project is licensed under the MIT License - see the license website file for details