Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvel Comics Information Fetcher

Marvel Comics Information Fetcher is a Python application that allows you to retrieve and display detailed information about Marvel characters, comics, events, series, and stories using the Marvel Comics API.

Details

This application uses the following modules:

  • marvel: A Python wrapper for the Marvel Comics API. You can install it using pip: pip install marvel
  • argparse: A Python module for parsing command-line arguments.

Features

  • Fetch and display information about Marvel characters, comics, events, series, and stories.
  • Search for characters by name.
  • Retrieve comprehensive details for each character, including comics, events, series, and stories they appear in.

Getting Started

  1. Clone this repository: git clone https://github.com/Bisalkumar/Marvel.git
  2. Install the required modules: pip install marvel
  3. Obtain your Marvel API keys.
  4. Create a keys.py file in the project directory with your Marvel API keys: PUBLIC_KEY = 'your-public-api-key' PRIVATE_KEY = 'your-private-api-key'
  5. Run the application: python marvel_comics_fetcher.py
  6. Follow the prompts to enter a character name and view their information.

How to Use

  • Run the application.
  • Enter the name of the Marvel character you want to retrieve information for.
  • View details about the character, comics, events, series, and stories.

Contributions

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

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Description of your changes'.
  4. Push to the branch: git push origin feature-name.
  5. Create a pull request on the original repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Special thanks to Marvel for providing the Marvel Comics API.
  • This project was inspired by a passion for comics and the Marvel Universe.

About

Marvel Comics Information Fetcher is a Python application that allows you to retrieve and display detailed information about Marvel characters, comics, events, series, and stories using the Marvel Comics API.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages