DedSecInside / gotor

This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
GNU General Public License v3.0
158 stars 44 forks source link

Add loading indicator #32

Closed KingAkeem closed 1 year ago

KingAkeem commented 1 year ago

The larger a tree is, the longer the request will take. A very large tree can require a considerable amount of time to be built due to TOR's speed. A loading indicator that lets the user know how long, how much and/or what is being downloaded while they are waiting would be very helpful. This will also let the user know that something is occurring in the background so they don't think the program has completely crashed.

KingAkeem commented 1 year ago

Logs basically serve this purpose now