Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssreeramj/goodreads-firebase
Using goodreads api and store required books data to firebase
https://github.com/ssreeramj/goodreads-firebase
Last synced: 8 days ago
JSON representation
Using goodreads api and store required books data to firebase
- Host: GitHub
- URL: https://github.com/ssreeramj/goodreads-firebase
- Owner: ssreeramj
- Created: 2020-05-22T19:19:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:58:28.000Z (about 2 years ago)
- Last Synced: 2023-03-04T12:41:02.819Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goodreads data to Firebase
## Steps
Create a config.py file and place key and secret of goodreads api there
```python
key = "....."
secret = "....."
```
And then paste these commands in terminal
```python
pip install -r requirements.txt
python main.py