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
From users feedback, been able to verifiy basic twitter information is keen. but we had no sucesss acessing the APi and using the possible endpoint that would retrive the information '2/users '( "https://api.twitter.com/2/users/by")
attached there is a text file with the code ( an example from the twitter examples folder on their github)
The error received was : 403 - user forbitten
example code twitter_pipeline.txt
Any feedback on the code? Is this the right path to get a data pipeline and retrieve users informations like : creation_date , number_of_users , a ditribution of number of tweets trought time?
if you dont have a twitter developer account and know ho to help, reach to @stefi-says so you can schedule a meeting and she can pass app credentials .
thenaks
The text was updated successfully, but these errors were encountered:
@stefi-says from my review, it looks like you would need at least a basic account to search for tweets and a pro to review archival data. I looked at the API documentation and noticed the pricing/ access. Do you have the Free/Basic access?
@baokiddy I have a free one . I got confused because here on this page
it does not specify wich type of account I would need , only the developer account with the APP Keys and so on.
From users feedback, been able to verifiy basic twitter information is keen. but we had no sucesss acessing the APi and using the possible endpoint that would retrive the information '2/users '( "https://api.twitter.com/2/users/by")
attached there is a text file with the code ( an example from the twitter examples folder on their github)
The error received was : 403 - user forbitten
example code
twitter_pipeline.txt
Any feedback on the code? Is this the right path to get a data pipeline and retrieve users informations like : creation_date , number_of_users , a ditribution of number of tweets trought time?
if you dont have a twitter developer account and know ho to help, reach to @stefi-says so you can schedule a meeting and she can pass app credentials .
thenaks
The text was updated successfully, but these errors were encountered: