Python-Dojo / Dojo-Helper-App

Place for people to complete bounties supplied by Ray in The Python Dojo discord channel.
MIT License
2 stars 1 forks source link

Create a number of replit repos. #1

Open JustCallMeRay opened 1 year ago

JustCallMeRay commented 1 year ago

Please remember to never include secrets in code this includes webhooks, usernames and passwords. You will not be given any sensitive information and should create anything you need for testing (discord server, replit repos etc.) GitHub uses environment variables to store these, please be aware of how you intend to get these out of the environment (such as via a file or asking the command line).