Added requirements and updated footer

This commit is contained in:
Kevin F 2021-10-03 01:03:57 +00:00
parent f895fe5348
commit 3618e852eb
3 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,7 @@
This website does not claim ownership of any media. 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>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>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> </small>
</footer> </footer>
</body> </body>

View File

@ -14,7 +14,8 @@
</h1> </h1>
<hr> <hr>
<p> <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>
<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. 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" checked> Gallery/album proxying</li>
<li><input type="checkbox"> Proper order of gallery posts</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"> 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"> GIFs/videos</li>
<li><input type="checkbox"> Comments... maybe</li> <li><input type="checkbox"> Comments... maybe</li>
</ul> </ul>
@ -34,6 +36,7 @@
This website does not claim ownership of any media. 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>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>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> </small>
</footer> </footer>
</body> </body>

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
bottle
beautifulsoup4
requests
gevent