Arf9999/rtweetXtras

snscrape_search problem

bahloulwalid opened this issue · 0 comments

Hi,
I have try to use snscrape_search() but i get the following error,

I use the following code

snscrape_search(
"BTC",
since_date = '2022-01-01',
until_date = '2022-01-02',
n = 100,
file = "temp",
token = NULL,
delete_tempfile = TRUE
)

the error is the following:

Error: 'temp1655840672.35401.txt' does not exist in current working directory ('C:/Users/bahlo/Documents')
Any help please!!