We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have try to use snscrape_search() but i get the following error,
snscrape_search( "BTC", since_date = '2022-01-01', until_date = '2022-01-02', n = 100, file = "temp", token = NULL, delete_tempfile = TRUE )
Error: 'temp1655840672.35401.txt' does not exist in current working directory ('C:/Users/bahlo/Documents') Any help please!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!!
The text was updated successfully, but these errors were encountered: