edoardottt / twitterbot2

Like and retweet your tweets, or search tweets by topic. It stores and serves data with a Flask webapp. 🐦 Live demo running on twitter.com/ai_testing
https://edoardoottavianelli.it
GNU General Public License v3.0
57 stars 8 forks source link

Web service showing real time usage ? #10

Closed edoardottt closed 3 years ago

edoardottt commented 3 years ago

It could be useful to serve data on a port (like 8000 ?) and just connect to ip:port to see if the bot is running, how many followers it has, which tweets it's liking and retweeting...

edoardottt commented 3 years ago

https://github.com/streamlit/streamlit ?

edoardottt commented 3 years ago
edoardottt commented 3 years ago

Done using Flask + Js.

The frontend layout should be enhanced