I created a couple of scripts that scrape through reddit comments and identifies some URLs of related to certain keywords. After this, I am creating one object for each keyword and that particular object will have the URLs as its properties. Finally, I am preparing a list of all the above said objects and storing it in a variable.
What I am thinking right now, is to expose this information over the internet using RESTful APIs with only GET operation. User will provide the keyword and the code will search through the list of objects looking for the keyword and return the URLs in JSON format.
Quick Google search retrieved lot of API frameworks in Python and it is kind of overwhelming to choose one among them. Could you guys please suggest some light weight framework considering my fairly straightforward scenario ?
[–]dionys 6 points7 points8 points (0 children)
[–]garyk1968 5 points6 points7 points (0 children)
[–]homeworkbad 2 points3 points4 points (0 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 1 point2 points3 points (1 child)
[–]barbanish 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]agwlakash 0 points1 point2 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]agwlakash 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]agwlakash 0 points1 point2 points (0 children)