From 6827c23e77b394a89afd1bc066e8ce8083864f88 Mon Sep 17 00:00:00 2001 From: Henry Sowell Date: Tue, 13 Feb 2018 13:19:55 -0500 Subject: [PATCH 1/3] Update README.md Updating readme.md to direct users to identify version before opening an issue. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bea477..cb51d02 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,20 @@ Cloudflare modifies their anti-bot protection page occasionally. So far it has c If you notice that the anti-bot page has changed, or if this module suddenly stops working, please create a GitHub issue so that I can update the code accordingly. -In your issue, please include: +* Many issues are a result of users not updating to the latest release of this project. Before filing an issue, please run the following command: +``` +pip show cfscrape +``` +If the value of the version field is not the latest release, please run the following to update your package: +``` +pip install cfscrape -U +``` +If you are still encountering a problem, open an issue and please include: * The full exception and stack trace. * The URL of the Cloudflare-protected page which the script does not work on. * A Pastebin or Gist containing the HTML source of the protected page. +* The result of value of the version field from running 'pip show cfscrape' [This issue comment is a good example.](https://github.com/Anorov/cloudflare-scrape/issues/3#issuecomment-45827514) From f03d0e3b09553df1a3977bb614dbd1e2c4f26a98 Mon Sep 17 00:00:00 2001 From: Anorov Date: Wed, 4 Apr 2018 21:22:29 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb51d02..c146f15 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you are still encountering a problem, open an issue and please include: * The full exception and stack trace. * The URL of the Cloudflare-protected page which the script does not work on. * A Pastebin or Gist containing the HTML source of the protected page. -* The result of value of the version field from running 'pip show cfscrape' +* The result of value of the version field from running `pip show cfscrape` [This issue comment is a good example.](https://github.com/Anorov/cloudflare-scrape/issues/3#issuecomment-45827514) From 59b18bdfa2c54505171373612359ba5b03f5e0bd Mon Sep 17 00:00:00 2001 From: Anorov Date: Wed, 4 Apr 2018 21:24:19 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c146f15..0c9f261 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you are still encountering a problem, open an issue and please include: * The full exception and stack trace. * The URL of the Cloudflare-protected page which the script does not work on. * A Pastebin or Gist containing the HTML source of the protected page. -* The result of value of the version field from running `pip show cfscrape` +* The version number from `pip show cfscrape`. [This issue comment is a good example.](https://github.com/Anorov/cloudflare-scrape/issues/3#issuecomment-45827514)