Hello @HojdeN,
Thank you for writing in!
There are a couple of things that you have to do to get set up to use the Twitter APIs.
- Have you applied for a developer account? You can do so here, and learn more about the Developer Portal here.
- Once you have been approved for a developer account, you can create a Twitter app, which you will use to make your request to the API.
- You will then use the Twitter app’s consumer key, secret, access token, and access token secret to make your request via Tweepy.
Please let me know if this helps.