Skip to content

Este repositório contém um script Python para buscar e resumir capítulos da Bíblia usando a API do Google Gemini.

Notifications You must be signed in to change notification settings

jonatas07rocha/passagem-biblica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

Este repositório contém um script Python para buscar e resumir capítulos da Bíblia usando a API do Google Gemini.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published