1.0.0 • Published 6 years ago
bumbleapi v1.0.0
Node.js bumble api
Unofficial API for interacting with the dating app Bumble
Getting Started
npm install bumbleapiHow to use
var BumAPI = require('bumbleapi')('Your telephone','Your password');To initalize you need to run
BumAPI.startup().then((res) => {console.log(res);})Run BumAPI.startup() to initialize the session.
Then you can run BumAPI.getEncounters().
In the BumAPI.getEncounters() response you can find the encounters info and ids
To submit a vote no BumAPI.voteNoForEncounter(id) where the id can be found in the response of BumAPI.getEncounters().
To submit a vote yes BumAPI.voteYestForEncounter(id) where the id can be found in the response of BumAPI.getEncounters().
5 functions are curenctly available
BumAPI.getEncounters().then(data => {})BumAPI.voteNoForEncounter(id).then(data => {})BumAPI.voteYestForEncounter(id).then(data => {})/*NEW*/ BumAPI.getMatchesList.then(data => {}) //returns the list of matches/*NEW*/ BumAPI.getMatchesDetails(id).then(data => {}) // passing the id of a match returns details about this match Contributing
Please Discord konakia#0446 for more info.
License
This project is licensed under the ISC License