diff --git a/imgmine/web/gallery.html b/imgmine/web/gallery.html index 51139b7..ff5ec0d 100644 --- a/imgmine/web/gallery.html +++ b/imgmine/web/gallery.html @@ -18,6 +18,7 @@ This website does not claim ownership of any media.
This service simply acts as a proxy to Imgur.com and does not store images aside from a temporary cache.
Abusive images should be reported to imgur. This website does not create new images/comments. +
Do not use this service to facilitate scraping or as an image CDN. diff --git a/imgmine/web/index.html b/imgmine/web/index.html index 19c56fe..2db3815 100644 --- a/imgmine/web/index.html +++ b/imgmine/web/index.html @@ -14,7 +14,8 @@

- A minimalist read-only Imgur proxy insipired by software like Invidious, Nitter, and Bibliogram. + A minimalist read-only Imgur proxy insipired by software like Invidious, Nitter, and Bibliogram. + This service does not use the official

This project was started because Kevin Froman got fed up with Imgur breaking with Tor because of cow-dung JS. @@ -26,6 +27,7 @@

  • Gallery/album proxying
  • Proper order of gallery posts
  • Image description and author info
  • +
  • Tor/SOCKS support for block circumvention
  • GIFs/videos
  • Comments... maybe
  • @@ -34,6 +36,7 @@ This website does not claim ownership of any media.
    This service simply acts as a proxy to Imgur.com and does not store images aside from a temporary cache.
    Abusive images should be reported to imgur. This website does not create new images/comments. +
    Do not use this service to facilitate scraping or as an image CDN. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b2acd66 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +bottle +beautifulsoup4 +requests +gevent \ No newline at end of file