OGGM / hacktoberfest-2019

Discussion repository for the OGGM hacktoberfest 2019
MIT License
1 stars 0 forks source link

Project idea: a twitter bot #7

Open fmaussion opened 4 years ago

fmaussion commented 4 years ago

Short description

There are plenty of awesome twitter bots around:

Can we do one ourselves? Some ideas:

What will we need?

https://twitter.com/Sentinel2Bot as template. Some good knowledge of api dev

Who can help?

I'm not sure, but we can learn!

Team

retostauffer commented 4 years ago

Sounds like a nice small project. Once wrote one, relatively straight forward.

My thoughts on that: I think that there is no demand on flushing the internet with tweets like "Today, 10.1 degrees" - but it would be cool to push "extremes" or interesting weather situations. E.g.,

This would require some basic statistics based on historical observations (station climatology). And keep track of sent messages (lock events) not to tweet the same thing over and over again within few hours :).

fmaussion commented 4 years ago

See https://github.com/stefanstoeckl/ACINN_twitter_bot for an outcome!