-
I want to setup my logins for twitter use, was told to use my cookies but I don't know what or how to do it even after reading the tutorial it's very confusing for me, Sorry. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The easiest way would be using Another way would be using a browser addon to export cookies in cookies.txt format and loading them with (BROWSERNAME should be |
Beta Was this translation helpful? Give feedback.
The easiest way would be using
--cookies-from_browser BROWSERNAME
as command-line option.(
"cookies": ["BROWSERNAME"]
in your config file)Another way would be using a browser addon to export cookies in cookies.txt format and loading them with
--cookies "path/to/cookies-twitter-com.txt"
(
"cookies": "path/to/cookies-twitter-com.txt"
in your config file)(BROWSERNAME should be
chrome
/firefox
/etc)