if I use twitter API premium or standard to search for #apple for example. is there any way to extract the data every day at 3:00 PM and save it automated without any intervention from me in R?

Yes, but this sounds like a job for cron https://help.ubuntu.com/community/CronHowto - doesn’t matter what API you use.

Incidentally i still haven’t seen a working implementation of the Premium API in R so if you manage to get it working do put up and example somewhere public because a few people are looking for it.

2 Likes

I will read about cron thank you.
I saw this post is it do the same job?

I’m still working on it, if I’m done I will post it.

sure thing, using “Windows Task Scheduler” is like cron

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.