lossless1024 / StreaMonitor

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

any sample config.json available ? #19

Closed gumush closed 1 year ago

gumush commented 1 year ago

Which keys needed ? room_id ? running ? username ? site ( long or 2letter ) ?

DerBunteBall commented 1 year ago

Hi,

The config.json structure is as follows:

[
   {
       "site": "Chaturbate",
       "username": "some_model",
       "running": true
   },
  {
     ... as above
  }
]

You can also use the command line to add stuff.

e.g. start Downloader.py and use Controller.py

python3 Controller.py add some_model chaturbate

Best Regards

lossless1024 commented 1 year ago

I think you now have the answer. Thanks @DerBunteBall