cjbarrie / academictwitteR

Repo for academictwitteR package to query the Twitter Academic Research Product Track v2 API endpoint.
Other
272 stars 59 forks source link

get_user_mentions #326

Closed TimBMK closed 2 years ago

TimBMK commented 2 years ago

Added a function to get user mentions by changing the endpoint for get_user_timelines(). Tests are included and should work as expected

TimBMK commented 2 years ago

I've set up a TWITTER_BEARER as secret in the test-coverage environment on my Git. Any pointers why the associated test still fails @chainsawriot ? /// Edit: Setting it up as a Repository Secret did not help, either

chainsawriot commented 2 years ago

@TimBMK Thanks for this. But it also contains the changes from #299. I will purify it first.

chainsawriot commented 2 years ago

I've set up a TWITTER_BEARER as secret in the test-coverage environment on my Git. Any pointers why the associated test still fails @chainsawriot ? /// Edit: Setting it up as a Repository Secret did not help, either

I just found that the current Master branch can't pass the whole test as well, that might be the reason. Let me fix it first.