{"id":19691570,"url":"https://github.com/stanislawfortonski/Tinder-Bot","last_synced_at":"2025-04-29T09:31:09.065Z","repository":{"id":44777004,"uuid":"260859577","full_name":"stanislawfortonski/Tinder-Bot","owner":"stanislawfortonski","description":"Tinder Bot 2021: Automate your likes and dislikes. Increase Match level.","archived":true,"fork":false,"pushed_at":"2023-01-29T17:59:57.000Z","size":111,"stargazers_count":45,"open_issues_count":2,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-26T05:09:31.642Z","etag":null,"topics":["bot","open-source","python-3","python-bot","selenium","selenium-python","selenium-tests","selenium-webdriver","tinder","tinder-bot","tinder-like","tinder-swiper"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=9qsLttx5tMU","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stanislawfortonski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-03T08:29:05.000Z","updated_at":"2025-03-15T17:38:41.000Z","dependencies_parsed_at":"2023-02-16T00:30:33.607Z","dependency_job_id":null,"html_url":"https://github.com/stanislawfortonski/Tinder-Bot","commit_stats":null,"previous_names":["stanislawfortonski/tinder-bot"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2FTinder-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2FTinder-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2FTinder-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislawfortonski%2FTinder-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stanislawfortonski","download_url":"https://codeload.github.com/stanislawfortonski/Tinder-Bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251473217,"owners_count":21595024,"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":["bot","open-source","python-3","python-bot","selenium","selenium-python","selenium-tests","selenium-webdriver","tinder","tinder-bot","tinder-like","tinder-swiper"],"created_at":"2024-11-11T19:09:48.174Z","updated_at":"2025-04-29T09:31:08.764Z","avatar_url":"https://github.com/stanislawfortonski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tinder-Bot 2021\nTinder Bot: Automate your likes and dislikes. Increase match level! Totaly free and safe.\n\n**DOWNLOAD HERE: https://github.com/stanfortonski/Tinder-Bot/releases/tag/v1.7.1**\n\n\n## Description\nThis bot will help you automate giving likes and dislikes. The bot will also likely increase your matcha amount. It gives like/dislike depending on the chance given in the config in percent on like. You can set how much you want from 0 to 100 percent. It works randomly, the bot does not rate photos. That program can save log with **Instagram** and **Snapchat** nicks which those are downloaded from Tinder user description.\n\n## Installation\n1. Install Firefox. Link: https://www.mozilla.org\n2. Install Python environment. Link: https://www.python.org\n3. Add Python path to your system environment variables. \n4. Install Libraries (when you are in unpacked app folder)\n```\npip install -r requirements.txt\n```\n5. Download driver for your Firefox version. Link: https://github.com/mozilla/geckodriver/releases and put it to source files.\n5. Open and edit `config.json`.\n\n## Configuration\nIn your `config.json` file have to change following things:\n1. Change your login method. You can login via Facebook or Google.\n- To login via Google set `\"login_method\": \"google\"`. That doesn't work at this moment! Probably this method will be delete in future.\n- To login via Facebook set `\"login_method\": \"facebook\"`\n2. Set your password to Facebook account or Google account.\n```json\n#...\n\"google\": {\n  \"login\": \"your_google_login\",\n  \"password\": \"your_google_password\"\n},\n\"facebook\": {\n  \"login\": \"your_facebook_login\",\n  \"password\": \"your_facebook_password\"\n}\n#...\n```\n3. Set your chance to like in percent. \n- If `chance_to_like` is 0 It will give only dislikes.\n- If `chance_to_like` is 100 It will give only likes.\n- Default is 90.\n4. To set wait time between give next like or dislike you have to change `max_wait_time_between_action_in_sec` for maximal time delay and \n`min_wait_time_between_action_in_sec` for minimal time delay. Default `min_wait_time_between_action_in_sec` is 2 and `max_wait_time_between_action_in_sec` is 5.\n5. This option `amount_of_login_attempts` sets the number of attempts after which if you don't log in It will error occurs. Default is 15.\n7. If you want to save Instagram nick from description set `allow_to_save_ig` to true. Default is true.\n8. Choose path to your file with Instagram nicknames so change `ig_file_path`. Default is \"logs/instagram.txt\".\n9. If you want to save Snapchat nick from description set `allow_to_save_snap` to True. Default is true.\n10. Choose path to your file with Snapchat nicknames so change `snap_file_path`. Default is \"logs/snap.txt\".\n\n## Usage\nOpen your terminal/CMD in Tinder-Bot directory and call: `python app.py` or `python3 app.py`. If you want find only Instagram/Snapchat nicknames you will call: `python app-finder.py` or `python3 app-finder.py`\n\n**Created for scientific purposes only. This is not intended to harm anyone. I am not responsible for any damages resulting from the use of this program.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislawfortonski%2FTinder-Bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstanislawfortonski%2FTinder-Bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislawfortonski%2FTinder-Bot/lists"}