Edward Deaver, IV Let's work together.

Get In Touch

Prefer using email? Say hi at

Blog

Find out what I've been up through my latest photo blogging adventures.

Using Web Scraping Instead of the API

Webscrapping using Python.

For my latest project I wanted to create a chat bot that took in color commands from both YouTube and Twitch. Making a Twitch chat bot is incredibly easy from good documentation, and bot registration to using a websocket/IRC connection for the bot instead of HTTP polling. YouTube makes it very hard to create a real time chat bot.

Keep Reading