-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
scrap particular hashtag on basis of date #597
Comments
I'm unable to replicate your issue, also your syntax seems to be correct |
yes i know but its not working , can you check is it working on your script. |
I guess there's an incompatibility issue with Windows then |
How can it be fixed?
…On Fri, 6 Dec, 2019, 7:53 PM Francesco Poldi, ***@***.***> wrote:
I guess there's an incompatibility issue with Windows then
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#597?email_source=notifications&email_token=AINZ3L3LYGQMVM4ESEE7YZTQXJN6HA5CNFSM4JWNTQX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGEHGHY#issuecomment-562590495>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AINZ3L3TAHZHNKEU7JP2OIDQXJN6HANCNFSM4JWNTQXQ>
.
|
As of now I suggest to not run on Windows I've some ideas like raw text splitting |
ok , please update me when its fixed :) |
@pielco11 Cause those 2 doesn't seem working 😕 |
@Ali-khavanin I removed |
Not having a Windows machine is quite limiting me, so I kindly ask you to retry now (git clone or pip+git) and let me know if something has changed |
The issue is not fixed yet, I'll reopen this |
my bad :p |
So, since Windows users are having issues while converting the formatted date to epoch, I removed the option to filter by hour. Now it should work as expected; an example for |
so should i clone again? |
@riishabhz yes, or even just |
i have done git clone ,still same results , not able to do |
@riishabhz may you post the error message please? |
i sort it out , i dont know why it wasnt updating from git so i copy pasted your code in url.py file and now its working :) thanx a lot @pielco11 |
Hi, Code and errors: import twint Traceback (most recent call last): |
You should use |
hello
i have used this command:- twint -s pineapple --since 2019-12-05 -o file.csv --csv
but i am getting error like this:-
return datetime.datetime.strptime(date, "%Y-%m-%d").strftime('%s')
valueError: Invalid format string
what could be the possible solution ?
The text was updated successfully, but these errors were encountered: