KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
paywalled
★ 10
Open GitHub ↗
Bypass paywalled web sites
Download README (.md)
Explore Similar Repositories
FestivalKit
:
Small C# eventing library familiar to Bukkit developers
richie
:
DraftJs Editor Implementation
promised-reducer
:
Fold promise queue and detect sync or async
vault
:
Trailbot tracks files and logs in your servers and triggers Smart Policies upon unwanted modification.
Scalable-Architecture-iOS-Swift
:
Highly Scalable / Maintainable Architecture developed for iOS using Swift 2
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
paywalled
?
Download (.md)
# Description Downloads paywalled html source to a local temp file, then opens it in the user's default browser. Depending on how the site is paywalled, should bypass the paywall protection. # Usage * If using the python version of the code in src/: <pre>python paywalled.py paywalled_url</pre> * To use the GUI version, run: <pre>python gui_pay.py</pre> * If using the windows executable version of the code in dist/, just enter the url into the GUI that opens. * To display help message: <pre>python paywalled.py --help</pre> * If you are behind a network proxy: <pre>python paywalled.py paywalled_url --proxy proxy_url</pre> # Using the executable in dist/ * This exe is provided for convenience purposes and may not necessarily kept up to date with the latest code additions. # Requirements * requests # Disclaimer * This package was written as a proof of concept and thus should not be used by anyone ever. Author takes no responsibility for effects of using this script.