ahmadzee26@gmail.com
β
@zeeshanahmad4
β
zee#2655
β
Zeeshan Ahmad
For discussion, queries, and freelance work. Do reach me.πππ
- πΊοΈ Project Overview
- β¨ Features
- π Requirements
- π‘ Usage Examples
- π§ Troubleshooting Tips
- π€ Contribution Guidelines
Temu Automation Suite π€ is a robust desktop command-line application designed to automate and streamline various management tasks for Temu online store owners. This tool allows for efficient handling of sales data, bulk product uploads, and integration of sales into accounting systems, reducing manual effort and improving accuracy.
- Sales Data Scraper: Automatically fetches sales information from your Temu store and updates a designated Google Sheets document.
- Bulk Product Uploader: Simplifies the process of uploading product details from a spreadsheet directly into your Temu store.
- Automated Sale Entries: Converts new sale notifications from emails into entries in your accounting software.
- Customizable Automation Scripts: Offers flexibility to create and modify scripts for unique automation needs.
- Real-time Sales Notifications: Implement a feature for real-time alerts on sales and stock levels.
- Enhanced Analytics Dashboard: Develop a dashboard for more detailed analytics and sales trends.
- Multi-store Management: Expand capabilities to manage multiple Temu stores from a single command-line interface.
- Python 3.x
- Requests library
- Gspread library
- OAuth2Client
Here are some simple examples of how to use the modules in the Temu Automation Commander:
# Using the scraper module
from scraper.scraper import TemuScraper scraper =TemuScraper(api_url="your_api_url", credentials_path="path_to_credentials") data = scraper.fetch_sales_data() scraper.update_google_sheet(data, "Sales Sheet")
-
Clone the repository:
git clone https://github.com/Zeeshanahmad4/Desktop-CMD-Bot-Temu-Automation-Suite
-
Install required packages:
pip install -r requirements.txt
-
- Set up your
credentials.json
for Google Sheets API access.
- Set up your
- Issue with API Authentication: Ensure that your credentials.json file is correctly configured and has the necessary permissions.
- Google Sheets Update Error: Check if the sheet name and structure align with what's expected by the script.
Contributions are welcome! Please fork the project, create a new branch for your feature or fix, and submit a pull request to the main branch. For more details, check out our CONTRIBUTING.md.