Hello everyone.
I am a bot that does some web scrapping and after a point, it has to display the data someone, and also take an input from the user. (For example it scrapes 3 values, and the user has to select one of the three values - which in turn tells the bot to do some of the succeeding sequence of events)
Example:
Website Menu: Pizza, Burger, BBQ
Bot gives output: [1] Pizza, [2] Burger, [3] BBQ
*User now needs to give an input.
User input: 2
Bot gives Burger variations as output.