frederikme / TinderBotz

Automated Tinder bot and scraper using selenium in python.
MIT License
577 stars 151 forks source link

Feature: Retrieving and storing messages #18

Open frederikme opened 3 years ago

frederikme commented 3 years ago

Retrieving and storing the latest x amount of messages for your match(es).

keithorange commented 1 year ago

Retrieving and storing the latest x amount of messages for your match(es).

Any update on this feature? It would be great especially right now to really upgrade the bot. I suggest 2 features: a) getting all messages in a chat, b) notification of new chat message.

This would be amazing because it would allow the automation of chatting to your match and escalate to phone number directly, intelligent responses to match, automate initial small talk etc.

keithorange commented 1 year ago

From working on this project, do you know if there is an ability to capture a new message from a match using Selenium? (Potentially I can see it happen by a) capturing notification ui message, b) capturing notification cookie? c) on matches view, new messages will appear top and may have a ui element (red dot or something?) Do you know if any of these are possible solutions? As well, retrieving all message should be as easy as opening chat and finding all text elements that match a html property.