Hi — first off, thanks for maintaining this project, it's a great resource.
I'm building a small fantasy football advisor app that uses files/values-players.csv and files/values-picks.csv as a dynasty trade-value data source, fetched live from this repo at runtime. It's not monetized today, but I'm building it with the intent to monetize down the road, so I'd rather check now than assume.
I saw the repo is licensed GPL-3.0, which as I understand it permits commercial use of the code/pipeline itself. My question is specifically about the data in those two CSVs: since values-players.csv includes ecr_1qb/ecr_2qb/fp_id columns that appear to be derived from FantasyPros' Expert Consensus Rankings, I wanted to check whether commercial use of the derived values is covered under the GPL-3.0 license on this repo, or whether that's subject to separate terms from FantasyPros that I should be aware of.
Is it okay to use this data (with attribution, which I already include) in a product that may eventually be monetized? And if there are any restrictions or a preferred way to credit/link back, happy to follow whatever you'd recommend.
Hi — first off, thanks for maintaining this project, it's a great resource.
I'm building a small fantasy football advisor app that uses files/values-players.csv and files/values-picks.csv as a dynasty trade-value data source, fetched live from this repo at runtime. It's not monetized today, but I'm building it with the intent to monetize down the road, so I'd rather check now than assume.
I saw the repo is licensed GPL-3.0, which as I understand it permits commercial use of the code/pipeline itself. My question is specifically about the data in those two CSVs: since values-players.csv includes ecr_1qb/ecr_2qb/fp_id columns that appear to be derived from FantasyPros' Expert Consensus Rankings, I wanted to check whether commercial use of the derived values is covered under the GPL-3.0 license on this repo, or whether that's subject to separate terms from FantasyPros that I should be aware of.
Is it okay to use this data (with attribution, which I already include) in a product that may eventually be monetized? And if there are any restrictions or a preferred way to credit/link back, happy to follow whatever you'd recommend.