-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to every item in email #2
Comments
Thank you for the suggestion! Feel free to do a pull-request, if you feel like it! |
What is this part supposed to do? What does the url signify in it? (pardon me, but don't really have experience with python..)
|
This part constructs a dictionary of Tori.fi auction links. The variable temp here contains a list of html divs from a search page, which are looped through to save both the inner text and url of items with a link (html tag ). The dict titles might look something like this: `
` |
The script seems to work nicely.. However I'd like one addition to the parser. It should add link for every item that it sends in an email, since the item can already be removed by the time one goes to go to look at the email info. This would save time wondering for missing results in the search page.
The text was updated successfully, but these errors were encountered: