Skip to content

fady-json/timon-and-pumba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timon & Pumba Singing chatbot! (Fanpage)

Sing/type ONE line of your favorite Timon and Pumba song, and they'll sing back (the next line)!

Try me out @ https://messenger.com/Timon-Pumba-Fanpage-123330215012542/.

Check me out at https://fb.com/Timon-Pumba-Fanpage-123330215012542.

Current songs (more to come!):

  • Hakuna Matata
  • Can you feel the love tonight?
  • Stand by me

Current flexibility:

  • Ignores punctuation i.e "who?" = "who"
  • Ignores repeating characters i.e "whoo" = "who"
  • levenshtein algorithm i.e "And the land iz darc" = "And the land is dark"

TODO:

  • Better Regex to consider more possible versions of a string
    • punctuation agnostic (v1) - DONE
    • close/similar/typos representations of words would work i.e "wart-hoooog" = "warthog" (v2) - DONE
  • More efficient searching algorithms (v3) - DONE
  • Support at least 3 songs (v4) - DONE
  • Provide initial greeting message (v5) - DONE
  • Chatbot display typing for every message (v6) - DONE (not implemented)
  • Find out how to make the chatbot recognized by FB (v7) - DONE
  • Website for chatbot (v8) - DONE
  • Respond with a variety of (custom made) GIFs, video snippets, audio and text (v9) - TODO
    • If short response use GIF
  • Better website and readme with GIFs showing functionality - DONE

NOTE: This is not affiliated with Disney or the creators of Timon & Pumba in any way.

About

FB chatbot - Timon & pumba singing you back the next line!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors