You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
65
65
-[How to Extract All Website Links in Python](https://www.thepythoncode.com/article/extract-all-website-links-python). ([code](web-scraping/link-extractor))
66
66
-[How to Make an Email Extractor in Python](https://www.thepythoncode.com/article/extracting-email-addresses-from-web-pages-using-python). ([code](web-scraping/email-extractor))
67
67
-[How to Convert HTML Tables into CSV Files in Python](https://www.thepythoncode.com/article/convert-html-tables-into-csv-files-in-python). ([code](web-scraping/html-table-extractor))
68
+
-[How to Use Proxies to Anonymize your Browsing and Scraping using Python](https://www.thepythoncode.com/article/using-proxies-using-requests-in-python). ([code](web-scraping/using-proxies))
68
69
69
70
-### [Python Standard Library](https://www.thepythoncode.com/topic/python-standard-library)
70
71
-[How to Transfer Files in the Network using Sockets in Python](https://www.thepythoncode.com/article/send-receive-files-using-sockets-python). ([code](general/transfer-files/))
# [How to Use Proxies to Anonymize your Browsing and Scraping using Python](https://www.thepythoncode.com/article/using-proxies-using-requests-in-python)
2
+
To run this:
3
+
-`pip3 install -r requirements.txt`
4
+
- If you want to use free available proxies, use `free_proxies.py`
5
+
- If you want to use Tor network, make sure Tor is installed in your machine and the service is running. `tor_proxy.py`
6
+
- If you want IP rotation on Tor, use `multiple_tor_proxies.py`
0 commit comments