Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tinder_bot.py #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update tinder_bot.py #12

wants to merge 1 commit into from

Conversation

0rion5
Copy link
Contributor

@0rion5 0rion5 commented Feb 5, 2020

Hey!! i was playing around with trying to index all of the buttons and make them into a dictionary to make the bot navigate tinder. thought this little bit of functionality might make it easier. maybe i might most likely be incorrect.
bot = TinderBot()
btns = bot.soup.find_all('button')
btns_xpath = [bot.xpath_soup(btn) for btn in btns]

Hey!! i was playing around with trying to index all of the buttons and make them into a dictionary to make the bot navigate tinder. thought this little bit of functionality might make it easier. maybe i might most likely be incorrect.
bot = TinderBot()
btns = bot.soup.find_all('button')
btns_xpath = [bot.xpath_soup(btn) for btn in btns]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant