Skip to content

Commit

Permalink
docs: readme.md, changelog, bump lxml version
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Dymek authored and Łukasz Dymek committed Nov 12, 2022
1 parent df02abc commit b5ff3d8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
## CHANGELOG
## [1.1.0] - 2022-11-12

---
- Added new website to get proxies from: <https://free-proxy-list.net>
- Added new website to get proxies from: <https://free-proxy-list.net/uk-proxy.html>
- Added new website to get proxies from: <https://www.us-proxy.org/>
- Change lxml version to 4.9.1

## [1.0.6] - 2022-01-23

- Added `google` parameter
- Added `https` parameter

## [1.0.5] - 2022-01-07

- Added `elite` parameter
- Add exception class and raise exception instead of system exit
- Change lxml version to 4.6.5

## [1.0.4] - 2021-11-13

- Fix proxy list default length
Expand All @@ -31,3 +36,5 @@
- Fix imports

## [1.0.0] - 2019-02-04

- Initial release
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Free-proxy

## Get free working proxy from <https://www.sslproxies.org/> and use it in your script
## Get free working proxy from <https://www.sslproxies.org/>, <https://www.us-proxy.org/>, <https://free-proxy-list.net/uk-proxy.html> and <https://free-proxy-list.net> and use it in your script

FreeProxy class scrapes proxies from <https://www.sslproxies.org/>, <https://www.us-proxy.org/>, <https://free-proxy-list.net/uk-proxy.html> and <https://free-proxy-list.net> and checks if proxy is working. There is possibility to
filter proxies by country and acceptable timeout. You can also randomize list of proxies from where script would get
Expand Down Expand Up @@ -136,6 +136,7 @@ If there are no working proxies with provided parameters script raises `FreeProx
- Added new website to get proxies from <https://free-proxy-list.net>
- Added new website to get proxies from <https://free-proxy-list.net/uk-proxy.html>
- Added new website to get proxies from <https://www.us-proxy.org/>
- Change lxml version to 4.9.1

## [1.0.6] - 2022-01-23

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lxml==4.6.5
lxml==4.9.1
pip-chill==0.1.8
requests==2.21.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()
setuptools.setup(
name='free_proxy',
version='1.0.6',
version='1.1.0',
author="jundymek",
author_email="jundymek@gmail.com",
description="Proxy scraper for further use",
Expand Down

0 comments on commit b5ff3d8

Please sign in to comment.