
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Bot for happn dating app including facebook login, like and dislike, with or without criterias. It includes recommandations and shortlist. I'm using happn-api package from [https://www.npmjs.com/package/happn-api](https://www.npmjs.com/package/happn-api).
Bot for happn dating app including facebook login, like and dislike, with or without criterias. It includes recommandations and shortlist. I'm using happn-api package from https://www.npmjs.com/package/happn-api.
yarn add happn-bot
// or
npm install happn-bot
Create a .env file at the root of the project. Add your facebook account details in it :
FACEBOOK_EMAIL=email@gmail.com
FACEBOOK_PASSWORD=YoUrPaSsWoRd
citeriaTraits "value" string has been replace by "values" string array. Example has been updated.
const happnBot = require('happn-bot');
// or
import happnBot from 'happnBot';
const criterias = {
criteriaMinAge: 34,
criteriaMaxAge: 40,
criteriaGender: 'female',
criteriaMinPictures: 3,
criteriaTraits: [
{
name: 'Exercise',
values: ['Occasional exercise', 'Enough cardio to keep up'],
},
{
name: 'Smoking',
values: ['Well, I smoke', 'Not a fan, but whatever'],
},
{
name: 'Kids',
values: ['I love the ones I have', 'Thanks, but no thanks'],
},
{
name: 'Partying',
values: ['I’m in bed by midnight', 'I party in moderation'],
},
],
};
// Save pictures of people you like
// Will be downloaded inside /pictures/yyyy-MM-dd/first-name-age/
const savePictures = true;
// Start bot
happnBot.start(savePictures, criterias);
const criteriaTraitsList = [
{
name: 'Looking for',
values: [
'A relationship',
'Nothing serious',
'I’ll know when I find it'
],
},
{
name: 'Exercise',
values: [
'Occasional exercise',
'Enough cardio to keep up',
'All exercise all the time',
],
},
{
name: 'Cooking',
values: [
'I’m a microwave master',
'I’m a delivery expert',
'I know a few good recipes',
'I’m an excellent chef',
],
},
{
name: 'Travel',
values: [
'Hiking & backpack',
'Deckchair & sunscreen',
'Museum & postcards',
],
},
{
name: 'Partying',
values: [
'I’m in bed by midnight',
'I party in moderation',
'I’m a night owl',
],
},
{
name: 'Smoking',
values: [
'Well, I smoke',
'Not a fan, but whatever',
'Zero tolerance'
],
},
{
name: 'Kids',
values: [
'I love the ones I have',
'I have some, but want more',
'I’d like some, thanks',
'Thanks, but no thanks',
],
},
];
I'm still working on this project, on the criteria's part to make it easyier to fill. I also have too many duplicate code si I need to refactor.
FAQs
Bot for happn dating app including facebook login, like and dislike, with or without criterias. It includes recommandations and shortlist. I'm using happn-api package from [https://www.npmjs.com/package/happn-api](https://www.npmjs.com/package/happn-api).
The npm package happn-bot receives a total of 5 weekly downloads. As such, happn-bot popularity was classified as not popular.
We found that happn-bot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.