6 lines
227 B
Python
6 lines
227 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 = ""
|
|
GOOGLE_SEARCH_RAPIDAPI_KEY = ""
|
|
GOOGLE_BOOK_API_KEY = ""
|