Skip to content

Twitter Auto Retweet, Like, and Comment for an Account & hashtag until you stop using selenium with python

Notifications You must be signed in to change notification settings

yashu1wwww/Twitter-Auto-Retweet-Like-and-Comment-for-an-Account-and-Hashtag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Twitter-Auto-Retweet-Like-and-Comment-for-an-Account

Twitter Auto Retweet, Like, and Comment for an Account & hashtag until you stop using selenium with python

Change the username and password on the 30th and 24th lines.

Replace the account URL on the 37th line.

If you want auto retweet, like, and comment using a hashtag, then remove the '#' from lines 39 to 41 and replace "hashtag" with your desired hashtag. Don't forget to add '#' at the beginning of the 37th line.

Note: Use accounts that do not have two-factor authentication.

Download the latest version of Chrome Driver from https://chromedriver.chromium.org/ and extract the file. Place it in the designated folder. Open the command prompt in that particular folder and enter rlc.py or double-click on the rlc.py file.

👉 Note: Every time Twitter updates the code, it varies. So press 'Ctrl+Shift+C' to open the developer tools, and inspect and fork it..

👉if your selenium version is in latest version then the code never run

👉open cmd and enter pip uninstall selenium

And enter

pip install selenium==4.2.1 or pip install selenium==4.2.0

and hit enter

and

python -c "import selenium; print(selenium.version)"

𝙏𝙝𝙞𝙨 𝙞𝙣𝙛𝙤𝙧𝙢𝙖𝙩𝙞𝙤𝙣 𝙞𝙨 𝙤𝙣𝙡𝙮 𝙛𝙤𝙧 𝙚𝙙𝙪𝙘𝙖𝙩𝙞𝙤𝙣𝐚𝐥 𝐩𝐮𝙧𝙥𝙤𝙨𝙚 𝙖𝙣𝙙 𝙬𝙚 𝙖𝙧𝙚 𝙣𝙤𝙩 𝙧𝙚𝙨𝙥𝙤𝙣𝙨𝙞𝙗𝙡𝙚 𝙛𝙤𝙧 𝙖𝙣𝙮 𝙠𝙞𝙣𝙙 𝙤𝙛 𝙞𝙡𝙡𝙚𝙜𝙖𝙡 𝙖𝙘𝙩𝙞𝙫𝙞𝙩𝙮 𝙙𝙤𝙣𝙚 𝙗𝙮 𝙩𝙝𝙞𝙨 𝙩𝙤𝙤𝙡.

Releases

No releases published

Packages

No packages published

Languages