Can my API key (one project app) be used in multiple applications, for example Gephi, MAXQDA, and Python? I would like to use these three applications because they each have different features.

I’m not Twitter but the way I read the rules, yes, from twitter’s perspective an “application” is a use case, not an actual unique piece of code. You can use multiple tools to access API data, as long as it’s for the same purpose. That’s my understanding of it. Just be careful with running things simultaneously, rate limits get messed up if you call the API in parallel or concurrently with different tools, or in different threads.

1 Like