Some friends requested a script that could fetch info from http://developer.marvel.com/docs and I thought I should give it a try and see if someone's offering to help me around.
To get info from that API you need an account and an API key (which both are easy to get on their website, took me 2 minutes to get everything straight)
So... after I generated the API key I was able to search for "Spider-Man" for example and got a bunch of information from the first section "
/v1/public/characters" such as:
Code: Select all
"id": 1009610,
"name": "Spider-Man",
"description": "Bitten by a radioactive spider, high school student Peter Parker gained the speed, strength and powers of a spider. Adopting the name Spider-Man, Peter hoped to start a career using his new abilities. Taught that with great power comes great responsibility, Spidey has vowed to use his powers to help people.",
"modified": "2013-10-24T13:52:13-0400",
"thumbnail": {
"path": "http://i.annihil.us/u/prod/marvel/i/mg/3/50/526548a343e4b",
So I was hoping if someone could help me scrap all that information and post it in the channel for example by character searching !marvel Spider-Man
I sure hope I explained everything needed
Thanks.