Bill Jones
BANNED
- Feb 15, 2017
- 111
- 21
Keep going!
Are you going to sell the program or what?
Are you going to sell the program or what?
yeah im planning on sell the program im not sure about the price but it will be lifetime for example 50$ and you can have it forever unlimited accounts etc also im thinking on something like half the price for the bot on the current state and the full price for the bot and all the upgrades of the future not sure thoughKeep going!
Are you going to sell the program or what?
You do realise you can't sell it on here?yeah im planning on sell the program im not sure about the price but it will be lifetime for example 50$ and you can have it forever unlimited accounts etc also im thinking on something like half the price for the bot on the current state and the full price for the bot and all the upgrades of the future not sure though
im not selling it , this is a journey about making itYou do realise you can't sell it on here?
I was just pointing out, no Biggie. You have a way to go before you can upgrade anywayim not selling it , this is a journey about making it
when the product its finished or polished enought if i want to sell it i will put it on the marketplace right?
but right now this is about making it only i just answered a question
def uploadImg(path):
#make sure you are on the principal page
if (driver.current_url != "https://twitter.com/"):
driver.get("https://twitter.com/")
#wait for the item to be visible just so you dont have problems in the future
WebDriverWait(driver, 10).until(EC.visibility_of_element_located((By.CLASS_NAME, "image-selector")))
#search for the imput and send your image path
driver.find_element_by_xpath("//input[@type='file']").send_keys(path)
#wait for the tweet button to be visible
WebDriverWait(driver, 10).until(EC.visibility_of_element_located((By.CLASS_NAME, "tweet-action")))
#click the button
driver.find_element_by_class_name("tweet-action").click()
Good luck lol
If you are looking for feature ideas then I suggest you try the trial of TSupremacy and see its features
https://www.blackhatworld.com/seo/t...twitter-bot-3-day-free-trial-approved.674593/
right now im using chromedriverWhich driver are you using for the bot? (chromedriver, geckodriver etc)
I will keep you guys updated for sure!hey this is a nice journey man! I'm also learning python+ selenium these days! Keep this Journey Updated!
your twitter bot sucks btw lol
good luck OP for your Journey![]()
Good luck lol
If you are looking for feature ideas then I suggest you try the trial of TSupremacy and see its features
https://www.blackhatworld.com/seo/t...twitter-bot-3-day-free-trial-approved.674593/
right now im using chromedriver
your twitter bot sucks btw lol
good luck OP for your Journey![]()
i think i will add the account creation!
also im working on the scraper right now
im currently using tkinter , its basic so you have to do the things you want but im really liking it you can find a lot of documentation of it in the internetSame here. I was going to use geckodriver but there's a bug that stops proxies from working.
Is there any downside to using chromedriver?
You might like this GUI thingy I found: https://github.com/chriskiehl/Gooey#examples (scroll down a bit to see example GUIs / features)
If has a lot of crazy built in stuff like a date chooser for scheduling:
![]()
Over 10,000 users so far and a solid income for over 3 years says otherwisebtw lol
Account creation requires phone verification
Here is part of the list of collapsed twitter functions I can fit on my 1440p monitor: https://i.imgur.com/uxEDKrS.jpg
The main form is 11,000 lines alone, altogether the full bot is probably over 25,000 linesjust to give you an idea.
Good luck mate