Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronknight/alibaba-get-id-and-sku
🐍 A Python script to fetch product IDs and SKUs from Alibaba's API and parse the results 📊
https://github.com/ronknight/alibaba-get-id-and-sku
powershell product-id pyinstaller python sku
Last synced: 26 days ago
JSON representation
🐍 A Python script to fetch product IDs and SKUs from Alibaba's API and parse the results 📊
- Host: GitHub
- URL: https://github.com/ronknight/alibaba-get-id-and-sku
- Owner: ronknight
- Created: 2024-08-07T18:18:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:42:47.000Z (3 months ago)
- Last Synced: 2024-09-30T09:21:26.849Z (about 1 month ago)
- Topics: powershell, product-id, pyinstaller, python, sku
- Language: PowerShell
- Homepage:
- Size: 7.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-Alibaba Get ID and SKU Flowchart-1.eraserdiagram
Awesome Lists containing this project
README
flowchart-diagram
title Alibaba Get ID and SKU Flowchart
// Define groups for better organization
Setup [color: lightblue] {
Clone Repository [icon: git-branch]
Navigate to Directory [icon: folder]
Install Dependencies [icon: package]
Create .env File [icon: file-text]
}Execution [color: lightgreen] {
Run main.py [icon: play-circle]
Run productlist.py [icon: play-circle]
Run parse_id_sku.py [icon: play-circle]
}Data Processing [color: lightcoral] {
Fetch Data from API [icon: download]
Log API Responses [icon: file-text]
Extract IDs and SKUs [icon: file-text]
Write to CSV [icon: file-text]
}// Define the flow
Start [shape: oval, icon: play] > Clone Repository
Clone Repository > Navigate to Directory
Navigate to Directory > Install Dependencies
Install Dependencies > Create .env File
Create .env File > End Setup [shape: oval, icon: check]Start Execution [shape: oval, icon: play] > Run main.py
Run main.py > Run productlist.py
Run productlist.py > Fetch Data from API
Fetch Data from API > Log API Responses
Log API Responses > Run parse_id_sku.py
Run parse_id_sku.py > Extract IDs and SKUs
Extract IDs and SKUs > Write to CSV
Write to CSV > End Execution [shape: oval, icon: check]Start Data Flow [shape: oval, icon: play] > Alibaba API [icon: cloud]
Alibaba API > Fetch Data from API
Fetch Data from API > Log API Responses
Log API Responses > Extract IDs and SKUs
Extract IDs and SKUs > Write to CSV
Write to CSV > End Data Flow [shape: oval, icon: check]