This project scrapes data from Bogleheads.org and displays the top 20 keywords from the website.
Created with ChatGPT4.
- Clone this repository.
- Install the required dependencies by running
pip install -r requirements.txt
.
- Run the Flask web application by running
python main.py
. - Open a web browser and navigate to
http://localhost:8080
to view the top 20 keywords from Bogleheads.org.
Contributions are welcome! Please open an issue or submit a pull request if you would like to contribute to this project.
MIT