This project is my attempt to collect Rick and Morty episode transcripts by scraping data from Rick and Morty Fandom Wiki using the Selenium Python library.
This project showcases my hands-on experience with web scraping and data collection.
Developed a custom script to automate data extraction.
The script collects all episode URLs from the source page and sequentially visits each URL to retrieve the transcripts.
Some episodes do not have transcripts published, which is why certain entries remain empty.
Tools/Technologies: Python, Selenium