NewsFlash relies on API secrets to be able to access various services (currently only feedly and feedbins version of the mercury parser). They should be kept as the name suggests secret. I realize that there it will probably be impossible to prevent someone who is willing to put in the effort from extracting them. But the goal here is making it hard enough to not be worth the effort.
The secrets are read from the environment during build and obscurified here.
To obtain the secrets just ping me or @bilelmoussaoui as they are set up in the CI/CD settings of the news_flash_gtk project to which he also has access.
NewsFlash relies on API secrets to be able to access various services (currently only feedly and feedbins version of the mercury parser). They should be kept as the name suggests secret. I realize that there it will probably be impossible to prevent someone who is willing to put in the effort from extracting them. But the goal here is making it hard enough to not be worth the effort.
The secrets are read from the environment during build and obscurified here.
To obtain the secrets just ping me or @bilelmoussaoui as they are set up in the CI/CD settings of the
news_flash_gtk
project to which he also has access.