This project uses the PircBot java framework to create an IRC bot, The bot pulls json information from REST API's and parses it using gson.
Weather information is pulled off open weather map's API
Bitcoin information is pulled off coindesk's API
- When run will add chatbot to freenode IRC network
- Join the server #WeatherBot-777 (make sure to include #)
- type "commands" to view avaliable commands
- getweather / what's the weather - Will prompt the user to enter a zipcode or cityname and return the forecast
- bitcoin / what's the price of bitcoin - prints the current price info from coinbase in dollars, sterling, euros.
- exit - removes the bot from the channel