This Python script allows you to fetch and summarize chapters from the Bible using the "A Mensagem" website and the Google Gemini API.
- Install the required dependencies by running:
pip install -r requirements.txt
- Run the script by executing:
python main.py
- Follow the prompts to enter the desired Bible book and chapter.
- Python 3.x
- Requests
- BeautifulSoup
- Google GenerativeAI
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new pull request.
This project is licensed under the MIT License.
- Author: Jônatas Rocha
- Contact: jonatas.rocha@outlook.es