Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#this is the file that will be need to run to run everything (main file)
import chat_bot_main
import chat_bot
if __name__ == "__main__":
chat_bot.train_bot()
#print(chat_bot_main.get_url(chat_bot_main.receive_messages_url))
chat_bot_main.start()