You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gvoice app should be modified to use BeautifulSoup html page processing class, which is already used in the example code, for processing the login and all other pages.
BeautifulSoup would be able to handle any minor changes (ie the order of tag elements should be irrelevant) in the html pages returned by google voice.
The code would be easier to improve on, fix bugs, and need to be updated far less often when page tags change position, since they will usually be found, regardless of position.
The text was updated successfully, but these errors were encountered:
This gvoice app should be modified to use
BeautifulSoup
html page processing class, which is already used in the example code, for processing the login and all other pages.BeautifulSoup would be able to handle any minor changes (ie the order of tag elements should be irrelevant) in the html pages returned by google voice.
The code would be easier to improve on, fix bugs, and need to be updated far less often when page tags change position, since they will usually be found, regardless of position.
The text was updated successfully, but these errors were encountered: