lovebot
1.0.0
Welcome to Lovebot: An app to automate swiping and texting on Tinder.
pip install -r requirements.txt
LOVEBOT_PATH
environemt variable (alternatively, you may create an .env file and place it in the top level of the cloned repository)export LOVEBOT_PATH=#path to repository#
Download .onnx models from Google Drive
Create Openai API key by registering an account here
Create a config.ini
file by copying the config_template.ini
and filling in the necessary information
[DEFAULT]
ChromeDataPath=#choose chromedata path
SleepTime=2
[TEXTING]
Name=#your name
Location=#your location
PersonalInfo=#your personal info
ManualOvertakeSymbol=..
MaxMsgCount=12
[SCRAPING]
Count=20
RetryCount=3
ScrapingFolder=#choose path to download scraped imaged
[MODELS]
Bikini=#enter path to model .onnx file
Like=#enter path to model .onnx file
OpenAI=#enter openai API key
To start the application, simply run
python app/app.py
MIT