Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.06 KB

Bible Chapter Summarizer

Description

This Python script allows you to fetch and summarize chapters from the Bible using the "A Mensagem" website and the Google Gemini API.

Usage

  1. Install the required dependencies by running:
    pip install -r requirements.txt
    
  2. Run the script by executing:
    python main.py
    
  3. Follow the prompts to enter the desired Bible book and chapter.

Requirements

  • Python 3.x
  • Requests
  • BeautifulSoup
  • Google GenerativeAI

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Create a new pull request.

License

This project is licensed under the MIT License.

Credits