How to extract data from Web and save in Firebase Cloud Firestore with Python

preview_player
Показать описание
This is a tutorial about how to create a new project in Firebase Console and how to set up the Firebase Cloud Firestore as a database. Everything will just be done easily with Python using Firebase admin and BeautifulSoup module. I will show you

1. How to import BeautifulSoup module and requests data from a web page.
2. How to identify the information that you need and collect them into a dictionary
3. How to initialize firestore with credential information
4. How to save the data into cloud firestore

My github repository:

Comparison Firebase Realtime Database vs Firebase Cloud Firestore

My website about Data Science:

My website about Stock Market:
Рекомендации по теме
Комментарии
Автор

hey man, hope all is well. I did something similar to this but I am having issues on my end, if I could get any help to correct it I would greatly appreciate it.

LaloTheInca
Автор

hi, , thanks a lot for the information but i didnt know why i cant add the pip install firebase-admin into my cmd

cerahnaim