Added requirements and updated footer
This commit is contained in:
parent
f895fe5348
commit
3618e852eb
@ -18,6 +18,7 @@
|
||||
This website does not claim ownership of any media.
|
||||
<br>This service simply acts as a proxy to Imgur.com and does not store images aside from a temporary cache.
|
||||
<br>Abusive images should be reported to imgur. This website does not create new images/comments.
|
||||
<br>Do not use this service to facilitate scraping or as an image CDN.
|
||||
</small>
|
||||
</footer>
|
||||
</body>
|
||||
|
@ -14,7 +14,8 @@
|
||||
</h1>
|
||||
<hr>
|
||||
<p>
|
||||
A minimalist read-only Imgur proxy insipired by software like <a href="https://invidio.us/">Invidious</a>, <a href="https://nitter.net/">Nitter</a>, and <a href="https://bibliogram.art/">Bibliogram</a>.
|
||||
A minimalist read-only Imgur proxy insipired by software like <a href="https://invidio.us/">Invidious</a>, <a href="https://nitter.net/">Nitter</a>, and <a href="https://bibliogram.art/">Bibliogram</a>. <wbr>
|
||||
This service does not use the official
|
||||
</p>
|
||||
<p>
|
||||
This project was started because <a href="https://chaoswebs.net/">Kevin Froman</a> got fed up with Imgur breaking with Tor because of cow-dung JS.
|
||||
@ -26,6 +27,7 @@
|
||||
<li><input type="checkbox" checked> Gallery/album proxying</li>
|
||||
<li><input type="checkbox"> Proper order of gallery posts</li>
|
||||
<li><input type="checkbox"> Image description and author info</li>
|
||||
<li><input type="checkbox"> Tor/SOCKS support for block circumvention</li>
|
||||
<li><input type="checkbox"> GIFs/videos</li>
|
||||
<li><input type="checkbox"> Comments... maybe</li>
|
||||
</ul>
|
||||
@ -34,6 +36,7 @@
|
||||
This website does not claim ownership of any media.
|
||||
<br>This service simply acts as a proxy to Imgur.com and does not store images aside from a temporary cache.
|
||||
<br>Abusive images should be reported to imgur. This website does not create new images/comments.
|
||||
<br>Do not use this service to facilitate scraping or as an image CDN.
|
||||
</small>
|
||||
</footer>
|
||||
</body>
|
||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
bottle
|
||||
beautifulsoup4
|
||||
requests
|
||||
gevent
|
Loading…
Reference in New Issue
Block a user