Let's be honest: sometimes the news can be pretty boring. Headlines tend to strip the irony and comedy out of everyday events, which becomes even more apparent when you ask Alexa for the news. She'll respond, but when she does, it's strictly business.
Funny News lightens the mood, giving Alexa a more sarcastic (and a little twisted) attitude toward news headlines, courtesy of the Fark.com public RSS feed.
Installing & Using Funny News- Click here to go directly to the Skill listing or search for "Funny News" in the Alexa Skills directory on your computer or the Alexa app
- Enable the "Funny News" Skill
- Start using it! For example, say..."Alexa, ask Funny News for the headlines"
- Clone the code from the repository
- Create a Lambda function with an Alexa Skills Kit event source (tutorial here)
- Create a new Alexa Skill with the Lambda ARN (Amazon Resource Name) generated from the step prior (tutorial here)
- Modify the APP_ID variable on line 10 of src/index.js to be your Skill's Application ID. Save the file.
- Create a ZIP file containing all the files and directories within the src directory of the cloned repository.
- Upload the ZIP file as your Lambda Function Package in the Code tab and save the Lambda function.
- Complete the Alexa Skill Configuration checklist until all tasks before Test have a green checkmark. You may use the contents of the files in the speechAssets directory to complete the corresponding Interaction Model settings, or you may create your own to customize the experience.
You are now able to test your Skill on your Alexa device using the Invocation Name you provided in the Skill Information settings! If Alexa isn't recognizing your Invocation Name, be sure that the Enable switch is turned on in the Test tab, then try again.
To publish your Skill, be sure to test it thoroughly, confirm that you comply with the Certification Requirements for Custom Skills, complete the Publishing Information and Privacy & Compliance tabs, then submit your Skill for certification! Once Amazon has certified your Skill, it will be immediately available to all Echo users.
Comments