Skip to main content

Posts

Showing posts with the label Tweepy Twitter Bot Python DataScience Machine Learning

You can know talk to @CastroTiempo and not only that, it will respond you

You can now talk to @CastroTiempo Twitter bot, and not only that, it will respond you! Implementing some simple interaction capabilities as the previous step to Natural Processing Language implementation, this time you can ask it how the weather is like in basically any city around the world. Hola @luisvolumentres , en Kiruna hay cielos poco nubladoss y la temperatura es de 1.0 ºC, para obtener mas información pincha en https://t.co/5dO5q6RkKX — El Tiempo en Castro (@CastroTiempo) April 14, 2021 So I was tinkering about how I could improve the @CastroTiempo Twitter Bot as it had many flaws and it still does. The first ideas that came to my mind were the following ones: Forecasting capabilities Interaction capabilities Update the weather report it provides with the temperature (obviously) and whether it was raining there were clear skies or whatever. To put the data in a public access database so there's a repository of information that every...