This project automates the process of selling textbooks on Carousell, addressing common challenges such as manual listing and photo uploads.
The script uses Selenium WebDriver to simpllify the posting process, ensuring that users can efficiently sell their textbooks without tedious manual entry.
Python 3.x, git, pip
Use the EditThisCookie extension to export your cookies from Carousell. Save this as cookie.txt in the project directory.
git clone https://github.com/RaymondRaman/Carousell_Auto_Selling_Textbooks
Open terminal and run follow command
cd Carousell_Auto_Selling_Textbooks
pip install -r requirements.txt
Use the EditThisCookie extension to export your cookies from Carousell. Save this as `cookie.txt` in the project directory.
Modify Excel file named `items_to_sell.xlsx` containing the following columns:
- `Listing Title`
- `Condition`
- `Price`
- `Description`
Create a folder named `photos` in the same directory as the script. Inside, create subfolders for each textbook using the exact title from the Excel file. Place all relevant images in these subfolders.
Tips: Assume there are n photos, name cover img as n, remaining img as n-1, n-2, ...
python auto_sell_script.py