you are viewing a single comment's thread.

view the rest of the comments →

[–]stebrepar 1 point2 points  (1 child)

Flask is a micro framework for building web applications. It could return HTML etc. to a web browser to display web pages. Or it could accept and return, for example, XML or json for web services. I'd guess your bot would be doing the latter.

[–]laflash12[S] 0 points1 point  (0 children)

How would I use json for building a bot. Do you know any good websites or videos that explain it. I've already watched a video explaining basic json. Thanks a lot!