https://github.com/f-lab-edu/commerce-insight-data-pipeline
트위터 인플루언서의 트윗이 아마존 제품 판매에 미치는 영향 분석을 위한 데이터 파이프라인
https://github.com/f-lab-edu/commerce-insight-data-pipeline
Last synced: 7 months ago
JSON representation
트위터 인플루언서의 트윗이 아마존 제품 판매에 미치는 영향 분석을 위한 데이터 파이프라인
- Host: GitHub
- URL: https://github.com/f-lab-edu/commerce-insight-data-pipeline
- Owner: f-lab-edu
- Created: 2024-05-01T00:03:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T10:33:32.000Z (over 1 year ago)
- Last Synced: 2025-04-23T01:12:22.360Z (7 months ago)
- Language: Python
- Size: 1.37 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commerce-Insight-Data-Pipeline
### 개요
트위터 인플루언서의 트윗이 아마존 제품 판매에 미치는 영향 분석을 위한 데이터 파이프라인을 구축한 리포지토리입니다.
### 실행방법
```
python src/db_init.py
python src/main.py
```
*reference*
1. [트위터 API](https://rapidapi.com/omarmhaimdat/api/twitter154)
2. [아마존 API](https://rapidapi.com/letscrape-6bRBa3QguO5/api/real-time-amazon-data)