You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
I just found out that this project relies on the Twitter API v2 to delete old tweets and likes. However, due to recent changes in Twitter's API access levels, the free tier does not support fetching tweets from user timelines, which is necessary for this project's functionality.
Details:
The Twitter free tier only allows creating and deleting tweets, and retrieving basic user info.
Fetching tweets, which is essential for deleting old tweets, is only available on the Basic API plan, costing $100/month.
Recommendation:
For users who primarily want to delete their old tweets, it may be more cost-effective to use a service like TweetDelete, which offers similar functionality for $6.99/month.
Action:
Consider updating the README to inform users about this limitation and suggest TweetDelete as an alternative for those looking to clean up their Twitter accounts without the high cost of the Basic API plan.
I just found out that this project relies on the Twitter API v2 to delete old tweets and likes. However, due to recent changes in Twitter's API access levels, the free tier does not support fetching tweets from user timelines, which is necessary for this project's functionality.
Details:
Recommendation:
For users who primarily want to delete their old tweets, it may be more cost-effective to use a service like TweetDelete, which offers similar functionality for $6.99/month.
Action:
Consider updating the README to inform users about this limitation and suggest TweetDelete as an alternative for those looking to clean up their Twitter accounts without the high cost of the Basic API plan.