Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 3.92 KB

File metadata and controls

89 lines (68 loc) · 3.92 KB

Desktop CMD Bot: Temu Automation Suite 🤖

Gmail ahmadzee26@gmail.com Telegram @zeeshanahmad4 Discord zee#2655 Upwork Zeeshan Ahmad
For discussion, queries, and freelance work. Do reach me.👆👆👆

Project Overview 🗺️

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.

Features ✨

  • 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.

To-Do Features 📌

  • 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.

Requirements 📋

  • Python 3.x
  • Requests library
  • Gspread library
  • OAuth2Client

Usage Examples 💡

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")

Setup and Installation Instructions 🚀

  1. Clone the repository: git clone https://github.com/Zeeshanahmad4/Desktop-CMD-Bot-Temu-Automation-Suite

  2. Install required packages: pip install -r requirements.txt

    • Set up your credentials.json for Google Sheets API access.

Troubleshooting Tips 🔧

  • 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.

Contribution Guidelines 🤝

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.