twitter-media-dl
twitter-media-dl copied to clipboard
Does not work on Windows 10
Gives me this error on Windows 10:```
Traceback (most recent call last):
File "C:\WPy64-31040\python-3.10.4.amd64\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\WPy64-31040\python-3.10.4.amd64\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\WPy64-31040\python-3.10.4.amd64\Scripts\twitter-dl.exe_main.py", line 7, in
Are we to provide the username/password or any other credentials here ?
you need to sign up for a developer account on twitter, create a project and create .twitter.json in your user dir with contents:
{"consumer_key": "apikey", "consumer_secret": "apisecret", "bearer_token": "bearer"}