Project setup

This commit is contained in:
Pavak Paul 2022-05-24 18:55:18 +05:30
parent 40ab1b187f
commit d7ce697d68
3 changed files with 10 additions and 0 deletions

5
.gitignore vendored
View File

@ -164,3 +164,8 @@ cython_debug/
# Local History for Visual Studio Code
.history/
# Project setup
config.json

0
app.py Normal file
View File

5
config_sample.json Normal file
View File

@ -0,0 +1,5 @@
{
"saveCredentials": true,
"API_KEY": "your api key goes here",
"Email": "your cloudflare email address"
}