Copy this repo and create a new one!
DO NOT PUSH TO THIS REPO - this is a starter repo.
websocket
-pip3 install websocket-client
rel
-pip3 install rel
- json
- requests
Put your code in the processPageAndReply
method in bot.py
file
def processPageAndReply(ws, channelId, originalMessage, page)
Please make sure that bot filters its own message in order not to get into a loop. Or it will be throttled.