Commit Graph

52 Commits

Author SHA1 Message Date
dependabot[bot] 4d7fb11470 Bump requests from 2.20.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 21:34:37 +00:00
Saurabh Bhan 67822062c8 Merge pull request #25 from saurabhan/dependabot/pip/lxml-4.6.3
Bump lxml from 3.6.0 to 4.6.3
2021-10-07 12:10:36 +05:30
dependabot[bot] 222518ebf7 Bump lxml from 3.6.0 to 4.6.3
Bumps [lxml](https://github.com/lxml/lxml) from 3.6.0 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-3.6.0...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 18:34:04 +00:00
Saurabh Bhan 5eb9b7dc83 Merge pull request #18 from saurabhan/dependabot/pip/requests-2.20.0
Bump requests from 2.10.0 to 2.20.0
2020-01-17 21:21:41 +05:30
Saurabh Bhan 5deca82ce7 Merge pull request #16 from Tempest042/patch-1
Updates to work with Wallhaven Post Alpha
2020-01-17 21:21:06 +05:30
dependabot[bot] 3bb3a53ebf Bump requests from 2.10.0 to 2.20.0
Bumps [requests](https://github.com/requests/requests) from 2.10.0 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.10.0...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-30 21:47:47 +00:00
Tempest042 e4f2a78f8c Removed Private API Key
Removed Private API Key
2019-07-18 10:55:20 +10:00
Tempest042 9c4fdf121d Updates to work with Wallhaven Post Alpha
Wallhaven recently came out of aplha, making many changes to their website.

I've updated the scraper to make it work again.
This Rewrites part of the script to work with the new API.
Currently the only way to get NSFW images in search results is to use the API access along with an API Key.
The updated scraper now uses the API to load the search results page / categories page/ lastest page.
Users dont require API access to view full resolution NSFW Images, so we can access all the images through the original method.
We use the original method grab the Full Resoultion Photo, except this time we have the actual image path so we dont need to guess the file extension.

The API requires an API key which you can get by creating a Wallhaven Account. The API Key is under User Menu->Settings->Account.
Instead of showing the lastest page it will now show the toplist page for the past month as we cant access the lastest page with the API.

The API is limited to 45 calls per minute, but as we only call the API to load new pages (of 24 images) and not to download the actual images, this should limit should never be reached.
2019-06-11 00:30:40 +10:00
Saurabh Bhan c070d09edd Merge pull request #9 from xerrni/master
Improve script performance & code readability
2019-01-27 13:15:00 +05:30
Ernest Borowski 156e21d403 Improve script performance & code readability 2018-06-20 00:25:44 +02:00
Saurabh Bhan 989b72a3ab Merge pull request #8 from benlights/master
few changes - spelling
2018-04-23 23:08:46 +05:30
Mendel Schneerson 581febebdc Update Dockerfile 2018-04-23 13:23:29 -04:00
Mendel Schneerson 381f8d49b9 Update README with requirements file 2018-04-23 13:22:56 -04:00
Mendel Schneerson 6402aa2034 Rename requirments.txt to requirements.txt 2018-04-23 13:22:28 -04:00
Mendel Schneerson 918e38ff67 Update README spelling, grammer 2018-04-23 13:22:02 -04:00
Saurabh Bhan c55b9fe0da Merge pull request #6 from WilliamBriot/master
Created Dockerfile
2017-09-01 21:52:43 +05:30
Guillaume Briot 1aec85065f Added currentImage/totalImage 2017-06-04 16:10:14 +02:00
Guillaume Briot e4593a2673 Added check if file exist 2017-06-04 12:50:25 +02:00
Guillaume Briot a143576eba Created Dockerfile 2017-06-03 15:00:20 +02:00
Saurabh Bhan b368615a2c Update README.md 2016-12-17 13:29:19 +05:30
Saurabh Bhan b8213041bd Update README.md 2016-12-17 13:27:04 +05:30
Saurabh Bhan 0823956b45 Merge pull request #4 from bafoed/master
Bug-fix & ability to download wallpapers from search
2016-12-17 13:25:23 +05:30
bafoed 8e77b9e74f Added ability to download images from search. 2016-12-17 09:57:58 +03:00
bafoed e86ec7223b Fixed bug with extension guessing. 2016-12-17 09:56:34 +03:00
Saurabh Bhan 53c083e683 Update README.md 2016-06-29 22:09:05 +05:30
Saurabh Bhan d5683a3108 Merge pull request #2 from imre-kerr/master
Allowed downloading of nsfw (not sketchy) images ( This Requires login to your Wallhaven account)
2016-06-29 21:53:47 +05:30
Imre Kerr 70803850de Allow downloading of nsfw (not sketchy) images 2016-06-29 15:41:44 +02:00
Saurabh Bhan 8366646c4e Merge pull request #1 from unseen1980/patch-1
typo in url
2016-06-29 14:04:34 +05:30
Saurabh Bhan 1b70fe8698 Update README.md 2016-06-29 14:02:48 +05:30
Saurabh Bhan 7d224b8411 new screencast 2016-06-29 14:01:25 +05:30
Saurabh Bhan 27be491e50 Updated with Categories and Purity options 2016-06-29 13:57:36 +05:30
Saurabh Bhan d4f13d340d Delete wallhaven-dl.mp4 2016-06-29 13:47:33 +05:30
Saurabh Bhan 7b85cb21f8 new screencast 2016-06-29 13:46:20 +05:30
Christos Koutsiaris 79358f5fea typo in url 2016-06-29 08:49:05 +01:00
Saurabh Bhan 2b050d7819 Update README.md 2016-06-28 12:54:40 +05:30
Saurabh Bhan 15898df371 Update README.md 2016-06-28 12:52:59 +05:30
Saurabh Bhan ac043e60da Add files via upload 2016-06-28 12:50:50 +05:30
Saurabh Bhan 45d34ee2fe Update and rename wallpy.py to wallhaven-dl.py 2016-06-28 12:34:01 +05:30
Saurabh Bhan 3597c948f3 clean up 2016-06-28 12:31:49 +05:30
Saurabh Bhan dc5265e222 List of Dependencies required for the script 2016-06-28 12:29:03 +05:30
Saurabh Bhan a618806e0f Update README.md 2016-06-28 12:27:10 +05:30
Saurabh Bhan 774826df0e Update README.md 2016-06-28 12:25:21 +05:30
Saurabh Bhan af7b2256b3 Create readme.txt 2016-06-28 12:14:00 +05:30
Saurabh Bhan cf8e0419b4 Added Total wallpapers to be downloaded 2016-06-27 23:12:05 +05:30
Saurabh Bhan d427d05311 Added Page support and Progress bar
Added Number of pages you want to download wallpapers.
Added a Download Progress bar to show the current download Progress.
2016-06-27 23:07:24 +05:30
Saurabh Bhan 77ccdaa8df Update README.md 2016-06-26 20:58:51 +05:30
Saurabh Bhan 4eedb423b5 Update README.md 2016-06-26 20:56:06 +05:30
Saurabh Bhan e1d05908b5 Initial Commit 2016-06-26 14:00:47 +05:30
Saurabh Bhan a6f7544895 Update README.md 2016-06-26 13:58:37 +05:30
Saurabh Bhan 01b90be518 Update README.md 2016-06-26 13:55:52 +05:30