Will Bennett

Results 17 issues of Will Bennett

Corrected some Markdown formatting and made some small grammar changes.

Calling any passers-by to take a moment to submit feature requests or bugs, no matter how small! Please see the README for a general overview of this project, `docs.md` for...

Crawler
GitHub

Most likely using something like [py2exe](http://www.py2exe.org/).

## Checklist - [x] Same issue has not been opened before. ## Expected Behavior All threads to stop as crawler prints info and saves files. ## Actual Behavior Once one...

bug
Crawler
Multithreading

## Feature Description It would be great to have a check in `tests.py` for the multithreading and queue. ## Checklist - [X] This feature does not already exist. - [X]...

Tests
Multithreading

Arguments for: - [ ] Overwrite existing save files - [ ] Raise Errors (possibly only for different severity levels?) - [ ] Save pages - [ ] Save words...

Crawler
In Progress

After multiple tries I have yet to get PyPI to format the README correctly. Current state can be viewed [here](https://pypi.org/project/spidy-web-crawler/). At the moment, I followed [this SO answer](https://stackoverflow.com/a/26737672) and convert...

PyPI

Having a clicky interface has been a goal for a long time now. There are many users who abhor the command line but are still interested in the tools that...

enhancement
Crawler
GUI
In Progress

[`CONTRIBUTING.md`](https://github.com/rivermont/spidy/blob/master/CONTRIBUTING.md) has some guidelines, but essentially there is simply a lot of stuff that needs filled out in the [docs](https://github.com/rivermont/spidy/blob/master/DOCS.md). Also, if you would like to use another documentation format...

Docs

Seems to happen at [api.py#87](https://github.com/mvexel/overpass-api-python-wrapper/blob/master/overpass/api.py#L87). ``` import overpass api = overpass.API(debug=True, timeout=250) query = "" response = api.get(query, responseformat="xml", verbosity="meta") print(response) ``` ``` Traceback (most recent call last): File "overpass_script.py",...