michalspano / the-swedish-bot

🤖 A Twitter Scraper and a smart Discord bot.
https://twitter.com/TheSwedishBot
MIT License
2 stars 0 forks source link

❌ | Possibly Sensitive Content Rejected #22

Closed michalspano closed 2 years ago

michalspano commented 2 years ago
Traceback (most recent call last):
  File "main.py", line 97, in <module>
    main((" OR ").join(KEY_TAGS), LANG_SCOPE, TIME_INTERVAL)
  File "main.py", line 87, in main
    DataScrapeModel(api, key_tags, lang, 15).export_twitter_data()
  File "main.py", line 52, in export_twitter_data
    and not tweet_status.possibly_sensitive:
AttributeError: 'Status' object has no attribute 'possibly_sensitive'