0

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.

Dharmaraj
  • 47,845
  • 8
  • 52
  • 84
dokur
  • 1

1 Answers1

0

Sure. Install tweepy into your Python API, then run a function on API calls

Post tweet with tweepy

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245