Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 299 Bytes

memeversation

enrich your telegram conversation with gifs the bot reacts to key words and sends gifs into the chat

How to add gifs

open python shell in project root

from memeversation import Memeversation
m = Memeversation()
m.gif_data['buzzword'] = 'link-to-gif'
m.write_data_file()