John Bumgarner

Results 78 comments of John Bumgarner

The primary reason that you cannot extract from this site with Newspaper is because the tags commonly queried by this module do not exist on the website http://www.righto.com. You should...

I can change the print statement to console log messages. I noted that you aren't really using logging in your package. I would have to add this to `api.py` ```...

This pull request has gotten off track with trying to use logging as you requested. According to [Python 3.x official documentation](https://docs.python.org/3/howto/logging.html) for logging the best way to "_Display console output...

Can you please provide me an example on how users are controlling logging while using `pytwitter`? FYI The reason that I created this pull request was to get some visual...

Personally, I would except a Python Package, such as yours to have logging enabled by default and written out to a YAML file. Also how would a user know what...

I see that this is a known issue with `langdect` -- https://github.com/Mimino666/langdetect/issues?q=Chinese Why has this issue not be resolved after 7 years?

Four years ago I created a GitHub repository with PyShark usage examples. I developed this repository after answering two dozen questions on StackOverflow about PyShark. The repository also has a...

Look at the DNS parsing in this example and let me know if it helps. Also review the DNS Query Types in the comments. You can parses these as needed....