Greetings,
At the beginning I apologize, this is a known, already posted issue, yet unclear to me. I have been trying to fetch real time data using the below script.
My purpose is to trend analysis on some keywords like facebook, amazon etc.
But problem is when I execute stream.filter() it I receive statuses perfectly but my app gets suspended within the same day I run the script. I receive the below email of app suspension notice:
Hello,
This is a notice that your app - Sentiment-Analysis-v03 - has been suspended from accessing the Twitter API. To appeal this suspension please visit the [API Policy Support form]
(https://support.twitter.com/forms/platform).
While this suspension is in place do not register new applications without authorization from Twitter. Doing so is a violation of Twitter’s [Developer Policy]
(https://developer.twitter.com/en/developer-terms/policy)
and may result in the permanent suspension of your applications (as well as any associated developer accounts).
Regards,
Twitter API Policy
Though I am forbidden to create another app, I created new app and was able to run the streaming API. Again my new app got suspended.
I have been searching for last 4 - 5 days how to get rid of being suspended but in vain. I found no feasible solution to this problem.
What I found in every related post in this forum is what mentioned in the suspension notice email. I submitted ticked 2 -3 days ago, but received no response yet.
If someone could find any issue in the script, link attached above kindly mention in reply. I also confused when to stop stream and I see in developer portal my tweets capacity is unchanged, though I have received 100s of tweets.
Thanks in advance
Again sorry if the post is too large or too many problem in one post.