This script is designed for scraping and parsing conversation data from Tidio.
- Scrapes conversation data from Tidio
- Parses the scraped data for analysis
- Outputs the parsed data in a structured format
get key from page https://www.tidio.com/panel/inbox/conversations/solved/ with web developer tool when click "Export transcript to .CSV"
must install chromium driver
python -m venv venv
source venv/bin/activate
# On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt
venv/bin/python main.py
This project is licensed under the MIT License.