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
Followed the instructions but does not work as expected. Does this repo still work? Cheers
` $ python --version Python 3.6.13
(tradingconv) $ binancecrawler --cookies mycookie.file --token xxxxxxxxxxxxx --start "2018-01-01 00:00:00" --end "2021-08-01 00:00:00" --output binance_trades.csv --mode trading Traceback (most recent call last): File "/home/user/.virtualenvs/tradingconv/bin/binancecrawler", line 8, in sys.exit(main()) TypeError: main() missing 1 required positional argument: 'arguments'
`
The text was updated successfully, but these errors were encountered:
Hi, did you resolve this? Thx
Sorry, something went wrong.
No branches or pull requests
Followed the instructions but does not work as expected. Does this repo still work? Cheers
`
$ python --version
Python 3.6.13
(tradingconv) $ binancecrawler --cookies mycookie.file --token xxxxxxxxxxxxx --start "2018-01-01 00:00:00" --end "2021-08-01 00:00:00" --output binance_trades.csv --mode trading
Traceback (most recent call last):
File "/home/user/.virtualenvs/tradingconv/bin/binancecrawler", line 8, in
sys.exit(main())
TypeError: main() missing 1 required positional argument: 'arguments'
`
The text was updated successfully, but these errors were encountered: