{"id":20011528,"url":"https://github.com/y-agg/tinder_bot","last_synced_at":"2026-05-19T05:36:22.988Z","repository":{"id":39732135,"uuid":"230785844","full_name":"y-agg/TINDER_BOT","owner":"y-agg","description":"Automation of the Tinder activities like login, swiping and messaging","archived":false,"fork":false,"pushed_at":"2022-12-08T03:21:59.000Z","size":7110,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T14:47:52.674Z","etag":null,"topics":["chatbot","machine-learning","movielines-dataset","python","twitter-chatbot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/y-agg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-29T18:06:23.000Z","updated_at":"2019-12-29T18:25:51.000Z","dependencies_parsed_at":"2023-01-24T09:45:52.198Z","dependency_job_id":null,"html_url":"https://github.com/y-agg/TINDER_BOT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-agg%2FTINDER_BOT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-agg%2FTINDER_BOT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-agg%2FTINDER_BOT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-agg%2FTINDER_BOT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-agg","download_url":"https://codeload.github.com/y-agg/TINDER_BOT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241447645,"owners_count":19964336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","machine-learning","movielines-dataset","python","twitter-chatbot"],"created_at":"2024-11-13T07:26:22.073Z","updated_at":"2026-05-19T05:36:22.944Z","avatar_url":"https://github.com/y-agg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TINDER BOT \n\n### About Tinder_bot\n\nTinder_bot is kind of project that aims to automate of the Tinder activities like login, swiping and messaging\n\nTinder_bot use Selenium to automate process communicating with Tinder web UI. \nIt then use Seq2Seq LSTMs for messaging (chatbot) with the matches. \n\nThe chatbot LSTM used is inspired by:  [seq2seq-chatbot](https://github.com/tensorlayer/seq2seq-chatbot) \n\nIt contain two process:\n1. Login(): authentication for login with SMS provided.\n2. Swipe(): Swipe right (max 5 at time ).\n3. ChatBot(interface()): It uses the LSTM mentioned above to chat with matched users.\n\n \n### SETUP\nDownload [chromedriver](http://chromedriver.chromium.org/downloads) and extract for selenium into the current directory.\n\n```shell\n#enviornment setup\npython -m venv tinder_bot\n#for mac and linux \n  source ./env/bin/activate \n#for window\n  env\\Scripts\\activate.bat\n\npython -m pip upgrade\npython -m pip install -r requirements.txt\n\n```\n\n### TO RUN\n```shell\npython pytinder.py\n```\n\n### IMPORTANT \nIf Model are Already trained skip this part\n\nYou have to train model before running the [pytinder.py](https://github.com/y-agg/TINDER_BOT/blob/master/pytinder.py) \nfor that \n1. Select twitter or cornell_corpus dataset in [tinder_bot.py](https://github.com/y-agg/TINDER_BOT/blob/master/tinder_bot.py) between line 30 to 35\n2. Train the model by uncommenting line 100 to 145 . this may take few hours \n3. After that run \n```shell\npython tinder_bot.py\n#For training \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-agg%2Ftinder_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-agg%2Ftinder_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-agg%2Ftinder_bot/lists"}