I am building a facebook messenger bot that scrapes a web page for occurrences of a phrase and notifies users if there are any occurrences. I used JavaScript, NodeJS and Heroku to build a basic facebook messenger bot that echoes messages it receives back to the sender. I want to use Beautiful Soup for the web scraping part.
Is it possible to use Node for the bot, and then use Python just for the scraping part? If so, how would I join the two?