All Questions
2 questions
0
votes
1
answer
173
views
Using browsers to monitor changes in e-commerce pages
I've been looking at ways to monitor for changes in things like price and availability on e-commerce sites via visiting browsers, with three constraints:
the sites often don't have much ongoing ...
8
votes
3
answers
27k
views
Browser-based GUI for a python application [closed]
I want to create a web/browser-based GUI for a command-line python application. The goal is to make use of HTML/JS technologies to create this GUI. As the application itself, it needs to run on Linux ...