About the Project
FleaMarketBot was the first solo project I built. It was a Twitch chatbot that provided up-to-date price data for the video game Escape From Tarkov. I built the project up to have about 150 active users who all loved it. 
Tech Details
This project was built using Nodejs with tmi.js and Twitch IRC. Using IRC, my bot receives all command requests, and using a string comparison package can determine the item that a price is being requested of. The project uses an API to get the prices of all items in-game once an hour and stores them in a MySQL database.

You may also like

Back to Top