Wikiquote features quote of the day, showcasing some of the best quotes from the project. However, there is not structured way to get this information directly from an API.
The idea is create Python (preferred) script that will fetch the information from https://en.wikiquote.org/wiki/Wikiquote:Quote_of_the_day which has structure, and then create a parser to extract the following following for each quote,
- Quote
- Quoted by (author)
- Feature date
- Unique index for each quote and author combination
The final output will be Python script that will run daily, and update the database with the latest information. Additionally, there will also be API which can be accessed by re-uses which serves them with the required information.
This task has an immediate partnership need where an external partner would like feature Wikiquotes in their products. cc @PDas
Note: this is a proposed task for WTS 2024 mini-hackathon, we'll see what is achievable during the event.