This project is a Python application that analyzes tweets from a specific user and summarizes them based on a specified analysis type.
- Fetch tweets from a specific Twitter user.
- Analyze tweets based on the specified analysis type. The analysis types can be 'explore', 'summarize', or 'token'.
To install the necessary dependencies, run the following command in your terminal:
pip install -r requirements.txt