dsgriffin / opensea-sales-x-bot

An X bot that tweets Opensea sales for a given collection 🐳
ISC License
194 stars 290 forks source link

Last sale (in seconds since Unix epoch): undefined #11

Closed eternaldata closed 3 years ago

eternaldata commented 3 years ago

Anyone else have the issue of the bot suddenly stop posting tweet of sales only message seen in logs every 1-2 mins Last sale (in seconds since Unix epoch): undefined

update: twitter seems to suspend accounts thinking its spam

alfonsotech commented 3 years ago

Can this be resolved by reducing the interval it checks?

dsgriffin commented 3 years ago

Last sale (in seconds since Unix epoch): undefined just means a previous sale hasn't happened yet.

Make sure you've got a phone number attached to your Twitter bot account + you aren't polling for changes too often (default in my example is every min, I run many bots and have never had one suspended)