protontypes / LibreSelery

Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions
GNU Affero General Public License v3.0
124 stars 18 forks source link

OpenSelery should run when Tokens are empty string #106

Open Ly0n opened 4 years ago

Ly0n commented 4 years ago

I don't like this line in the README:

Fill the Coinbase and [Libraries.io](https://libraries.io/api) tokens with XXXXX to just get started without creating an actual accounts for this APIs. 

Can we setup up OpenSelery so that this lines could be completly empty? This would simply the usage when people test it the first time.

kikass13 commented 4 years ago

remove all dependencies to external REST apis and you are golden. not happening i guess :D

Ly0n commented 4 years ago

Yes but if you have include_dependencies = False and simulation = True you just need one tokens. This makes OpenSelery much easier to try out.