I am a beginner to Python and Twitter and am using searchtweets to attempt to access my premium full archive account. However, I am falling at the first hurdle of setting up my .twitter_keys.yaml. I understand the yaml should take the following format for such an account:
search_tweets_fullarchive_dev:
account_type: premium
endpoint: https://api.twitter.com/1.1/tweets/search/fullarchive/XXX.json
bearer_token: BlahBlahBlah
I am wanting to know whether the XXX above should be the ‘App Name’ or the ‘Dev environment label’, or some combination of the two. Appreciate any help.
Yes, it’s the Dev environment label!