OpenWebTorrent / openwebtorrent-www

The code that runs the OpenWebTorrent website:
https://openwebtorrent.com
33 stars 6 forks source link

Scrape files? #9

Closed d33tah closed 6 years ago

d33tah commented 6 years ago

Hi!

I'd like to do some research on what kind of data is accessible through the WebTorrent trackers. Some BitTorrent trackers serve files like those mentioned here:

https://stackoverflow.com/a/39822400/1091116

Could you publish such file for this tracker?

Cheers, d33tah

alxhotel commented 6 years ago

Thanks @d33tah. Interesting feature.

Unfortunately, I don't have too much time these days, but I encourage anyone (including yourself) to make a PR to bittorrent-tracker, so that OpenWebtorrent can benefit from it ;)

d33tah commented 6 years ago

Thanks! I'm not a JS dev, but I might try to hack something up. What's the minimum you would like to see for such a PR to get merged?

d33tah commented 6 years ago

Also, what's the relationship between https://github.com/OpenWebTorrent/openwebtorrent-tracker and https://github.com/webtorrent/bittorrent-tracker ?

alxhotel commented 6 years ago

What's the minimum you would like to see for such a PR to get merged?

Well, it's not a difficult implementation. I would expect a fully functional feature.

Also, what's the relationship between https://github.com/OpenWebTorrent/openwebtorrent-tracker and https://github.com/webtorrent/bittorrent-tracker?

openwebtorrent-tracker is a fork from bittorrent-tracker. The current OpenWebtorrent tracker gets updates from openwebtorrent-tracker.

alxhotel commented 6 years ago

Moved to: webtorrent/bittorrent-tracker#118