5 lines
201 B
Python
5 lines
201 B
Python
# save this file as 'config.py' and then, fill it with you api key
|
|
GOODREADS_PUBLIC_API_KEY = "write here your goodreads public API key"
|
|
GOOGLE_SEARCH_RAPIDAPI_HOST = ""
|
|
GOOGLESEARCH_RAPIDAPI_KEY = ""
|