Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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