mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 14:50:20 +00:00
61 lines
2.8 KiB
HTML
Vendored
61 lines
2.8 KiB
HTML
Vendored
<p class="logo">
|
|
<a href="{{ pathto(master_doc) }}">
|
|
<img class="logo" src="{{ pathto('_static/requests-html-logo.png', 1) }}" title="https://kennethreitz.org/tattoos"/>
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
<iframe src="https://ghbtns.com/github-btn.html?user=psf&repo=requests-html&type=watch&count=true&size=large"
|
|
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Requests-HTML</strong> intends to make parsing HTML (e.g. scraping the web) as
|
|
simple and intuitive as possible.
|
|
</p>
|
|
|
|
<h3>Stay Informed</h3>
|
|
<p>Receive updates on new releases and upcoming projects.</p>
|
|
|
|
<p><iframe src="https://ghbtns.com/github-btn.html?user=psf&type=follow&count=false"
|
|
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
|
<style>
|
|
.algolia-autocomplete{
|
|
width: 100%;
|
|
height: 1.5em
|
|
}
|
|
.algolia-autocomplete a{
|
|
border-bottom: none !important;
|
|
}
|
|
#doc_search{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<input id="doc_search" placeholder="Search the doc" autofocus/>
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
|
|
apiKey: '8fcebdef37e2d888d63daf198ccecd08',
|
|
indexName: 'requests-html',
|
|
inputSelector: '#doc_search',
|
|
debug: false // Set debug to true if you want to inspect the dropdown
|
|
})" async></script>
|
|
|
|
<p><a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data-show-count="false">Follow @kennethreitz</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p>
|
|
<p><a href="https://saythanks.io/to/kennethreitz">Say Thanks!</a></p>
|
|
|
|
<h3>Other Projects</h3>
|
|
|
|
<p>More <a href="https://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
|
|
<ul>
|
|
<li><a href="https://2.python-requests.org/">python-requests.org</a></li>
|
|
<li><a href="http://howtopython.org/">howtopython.org</a></li>
|
|
<li><a href="http://pipenv.org/">pipenv</a></li>
|
|
<li><a href="https://pep8.org/">pep8.org</a></li>
|
|
<li><a href="https://httpbin.org/">httpbin.org</a></li>
|
|
<li><a href="https://python-guide.org">The Python Guide</a></li>
|
|
<li><a href="https://github.com/timofurrer/maya">Maya: Datetimes for Humans</a></li>
|
|
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
|
|
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
|
|
<li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datasets</a></li>
|
|
</ul> |