Skip to content

A simple slack bot written for a contest. It tells you if someone is alive or dead based on Wikipedia.

License

Notifications You must be signed in to change notification settings

tiedyedguy/aws-serverless-chatbot-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Inspiration

I was inspired to make the DorA bot because I saw an email that said "Build a serverless AWS bot for slack." And I'm all like, "Yes, that sounds fun."

What it does

The DorA bot does a simple search against wikipedia and pulls out the wikitext birth_date and death_date fields. Then it horribly parses that information into good information to send back. All of this without comments in the code to slow it down.

How I built it

Mostly I just threw my cat at my keyboard and deleted the things that did not make sense. Also, followed the tutorial on github, that helped a lot.

Challenges I ran into

People on wikipedia aren't great on keeping consistent with their data.

Accomplishments that I'm proud of

It actually works, I mean, wow, who would of thought that.

What I learned

The oldest person alive as of this writing is 116.

What's next for DorA Bot

Not much, other than winning awards and this competition.

About

A simple slack bot written for a contest. It tells you if someone is alive or dead based on Wikipedia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%