Skip to content

First stab at validating wiki#25

Open
fabianvf wants to merge 6 commits into
rhagman:masterfrom
fabianvf:validate-wiki
Open

First stab at validating wiki#25
fabianvf wants to merge 6 commits into
rhagman:masterfrom
fabianvf:validate-wiki

Conversation

@fabianvf

@fabianvf fabianvf commented Aug 12, 2019

Copy link
Copy Markdown

It doesn't look like this is able to validate the ebay links yet, unfortunately I suspect they return valid responses even on error.

@rhagman

rhagman commented Aug 13, 2019

Copy link
Copy Markdown
Owner

Looks good! I like the approach, looks like all the errors except for "404 Not Found" are false positives errors though.

Comment thread test/Dockerfile Outdated
@@ -0,0 +1,10 @@
FROM rust

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, but I have been thinking about changing the arduino/d1mini code to use micropython and try to keep the whole project to use as much python as possible. Maybe we could use the python implementation here instead?

@fabianvf

Copy link
Copy Markdown
Author

Yeah, the 403s from Amazon are because they block the requests user agent, I set it to something more real and that seems to be working (we could also skip those links if you prefer). I replaced the marker binary with my own script to validate the links as well.

@fabianvf

Copy link
Copy Markdown
Author

@rhagman how do you like this iteration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants