[feat] Add support for creating whatsapp bot using embedchain (#458)
This commit is contained in:
10
examples/whatsapp_bot/run.py
Normal file
10
examples/whatsapp_bot/run.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from embedchain.bots.whatsapp import WhatsAppBot
|
||||
|
||||
|
||||
def main():
|
||||
whatsapp_bot = WhatsAppBot()
|
||||
whatsapp_bot.start()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user