Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

407
Views
Actualmente tiene acceso esencial que incluye acceso a los puntos finales de Twitter API v2 únicamente:
import tweepy import json import pandas as pd API_KEY = '' API_SECRET = ' ' access_token = '' access_token_seceret ='' auth = tweepy.OAuthHandler(API_KEY, API_SECRET) api = tweepy.API(auth)

Este código de aquí sigue dándome el siguiente error, ¿alguien puede ayudarme a descubrir cómo solucionar el problema? Soy nuevo en la codificación.

 facebooktweets = api.user_timeline("Meta")
 --------------------------------------------------------------------------- TweepError Traceback (most recent call last) <ipython-input-8-96959e05857f> in <module>() ----> 1 facebooktweets = api.user_timeline("Meta") 1 frames /usr/local/lib/python3.7/dist-packages/tweepy/binder.py in execute(self) 232 raise RateLimitError(error_msg, resp) 233 else: --> 234 raise TweepError(error_msg, resp, api_code=api_error_code) 235 236 # Parse the response payload TweepError: [{'message': 'You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you'll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter- api#v2-access-leve', 'code': 453}]
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Llama a la API v1.1. Pero la API v1.1 no está disponible en el acceso esencial. Use solo la API v2: tweepy.Client — Referencia de la API v2 de Twitter — tweepy

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!