initial commit

This commit is contained in:
2019-12-17 10:35:14 -05:00
parent d1bd0a6bb4
commit b8d1c2bcc3
6 changed files with 225 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
*In early development*
Python `requests` wrapper with VanwaNet DDoS protection bypass
`node` environment is required
### Example usage
```python
s = vanwanet_scrape.Scraper()
r = s.get("https://8kun.top/index.html", timeout=10)
```
```
git+git://github.com/simon987/vanwanet_scrape.git
```