Havesex¶

Havesex is a console application (part of Weboob) to interact with supported dating websites (see CapDating).
Get Havesex¶
This application is a part of Weboob. Download it and install it with:
$ ./setup.py install
For more information about installation of Weboob read this page.
Usage¶
You can run havesex without any parameter to get an interactive prompt, or specify a command to run it directly and exit just after.
In this page we will use the interactive mode:
$ havesex Welcome to havesex Copyright(C) 2010 Romain Bignon This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. Type "help" to display available commands. Loaded backends: aum havesex>
Use the help command to see what are available commands.
The first time you launch havesex, it will ask you what backends you want to add and configure. You can also use the backends command to manage them, and to enable only specific backends.
To get more information about advanced usage of havesex, see the console applications common options.
See profiles¶
To display information about a profile, just run this command:
> profile id[@backend]
The id is probably an integer, and you can specify the backend where the girl is.
Optimizations¶
Every dating backends provide several optimization services to increase your popularity on website or to automate some anoying process.
To start a service, use this command:
> start OPTIMIZATION_NAME [OPTIMIZATION2 [...]]
For example:
> start PROFILE_WALKER VISIBILITY
And to stop services:
> stop OPTIMIZATION [OPTIMIZATION2 [...]]
You can auto-load optimizations at startup by editing the configuration file ~/.config/weboob/havesex:
[GLOBAL] # Optimizations to auto-enable optimizations = PROFILE_WALKER VISIBILITY
PROFILE_WALKER¶
This optimization service is used to walk on profiles. It is usefull to show girls you exist, when they can see who visite their profile.
Note that in future, it will be associated with the SCORING optimization service.
VISIBILITY¶
This optimization is used to increase your visibility on website. It depends on each websites, so there isn't any explicit explanation.
For example, the AuM backend will reconnects to website every five minutes to go back on top research results.
SCORING¶
This optimization service doesn't exist yet.
It can establish a score for a profile from criterias.
If combinated with PROFILE_WALKER, each time a profile is visited, a score is calculated, and if it's positive, it will contact the girl.