A few of scripts that use an inputed hashtag or username as an index to execute the ordered action (Follow, unfollow, like or retweet) using random and customizable time intervals to avoid the Twitter's ban systems. It works just with a chrome driver and his python library Selenium-python. Without API/Tweepy
I haven't used this in months and tried earlier today, but I forget what it said. So I came here and found you updated everything recently, so I downloaded all the latest and greatest files, but now it works up until it logs me into twitter, then nothing happens.
C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main>"C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main\Like.py"
Select your index (hashtag or username): hashtag
Type the hashtag: c4d
C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main\Like.py:33: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
self.bot = webdriver.Chrome(executable_path='C:/Users/William Salas/Downloads/_APPZ/Twitter/TwitterBot-without-API-main/chromedriver.exe') # Copy YOUR chromedriver path
DevTools listening on ws://127.0.0.1:60457/devtools/browser/c97dea42-9ba9-40dc-9ae4-5dffb4e7cf79
[14756:31012:0126/115729.983:ERROR:device_event_log_impl.cc(215)] [11:57:29.983] USB: usb_service_win.cc:415 Could not read device interface GUIDs: The system cannot find the file specified. (0x2)
Traceback (most recent call last):
File "C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main\Like.py", line 142, in
UserParameters.where_to_like()
TypeError: where_to_like() missing 3 required positional arguments: 'inputVariable', 'user', and 'hashtag'
Hi,
I haven't used this in months and tried earlier today, but I forget what it said. So I came here and found you updated everything recently, so I downloaded all the latest and greatest files, but now it works up until it logs me into twitter, then nothing happens.
Do you know what might be wrong with this?
C:\Users\William Salas>cd "C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main"
C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main>"C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main\Like.py" Select your index (hashtag or username): hashtag Type the hashtag: c4d C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main\Like.py:33: DeprecationWarning: executable_path has been deprecated, please pass in a Service object self.bot = webdriver.Chrome(executable_path='C:/Users/William Salas/Downloads/_APPZ/Twitter/TwitterBot-without-API-main/chromedriver.exe') # Copy YOUR chromedriver path
DevTools listening on ws://127.0.0.1:60457/devtools/browser/c97dea42-9ba9-40dc-9ae4-5dffb4e7cf79 [14756:31012:0126/115729.983:ERROR:device_event_log_impl.cc(215)] [11:57:29.983] USB: usb_service_win.cc:415 Could not read device interface GUIDs: The system cannot find the file specified. (0x2) Traceback (most recent call last): File "C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main\Like.py", line 142, in
UserParameters.where_to_like()
TypeError: where_to_like() missing 3 required positional arguments: 'inputVariable', 'user', and 'hashtag'
C:\Users\William Salas\Downloads_APPZ\Twitter\TwitterBot-without-API-main>