lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
198 stars 52 forks source link

Running code online (cloud/server) #83

Closed maddi4u closed 1 year ago

maddi4u commented 1 year ago

Hello, How do i run this script on cloud or online server as i cant keep my pc running 24x7. I tried pythonanywhere but it didn't work. It did not give any output after add model command, it was just blank. I did install all requirements correctly. After a little while I coudn't even start downloader.py , it gave error - port 5000 already in use, close the already running program or open a new one.

Sorry if I am little off topic, I don't know any other way. Please help. I am new to this.

DerBunteBall commented 1 year ago

Like this:

  1. Rent a dedictaed server or cloud instance
  2. Install Linux/BSD on it. Providers make this possible via panal
  3. Setup Python in a way you like it.
  4. Install ffmpeg (included in all distros)
  5. Alternatively setup Docker CE, build container and run it.
  6. Setup Firewall e.g. with UFW and make your SSH server save (e.g. public key auth and so on).

All done.

maddi4u commented 1 year ago

Thankyou.