I am trying to create a Twitter bot which tweets every time the buyer info gets updated. I have an API for buyer info so what I am asking is can I create a twitter bot using python that tweets every time the API gets updated.
I am trying to create a Twitter bot which tweets every time the buyer info gets updated. I have an API for buyer info so what I am asking is can I create a twitter bot using python that tweets every time the API gets updated.
Sure. Install tweepy into your Python API, then run a function on API calls