Last updated:
0 purchases
badoo 1.7.1
badoo
remotely control badoo
Free software: GNU General Public License v3
Features
Send messages to users programmatically.
Easily get user ids of users online, nearby, and who have visited your profile
Can be used in “headless” mode on a remote server with no GUI.
Automatically play the “encouters” game.
Collect profile data as Python dictionary with a single line of code.
print (b.get_profile_data("0817947789"))
will return a dictionary like this:
{'location' 'Caen, Calvados',
'Relationship': "I'm single",
'Sexuality': "I'm straight",
'Appearance': '165 cm, average body',
'Living': 'By myself',
'Children': 'Already have',
'Smoking': 'I smoke occasionally',
'Drinking': 'I drink socially',
'interests': ['Abd Al Malik',
'Diana Krall',
'Le Petit Journal',
'Butterfly Effect',
'Thelonious Monk',
'Barry White',
'Les Lascars']}
v
TODO: Screenshots of profile pages
TODO: Handle chat messages
History
1.3.4 (2020-10-01)
Add language to profile dict
Correctly handle deleted users
1.3.3 (2020-09-30)
Added ability to save screenshots of badoo profile pages
Added ability to save badoo user profile images
Online status now returned in profile dict
0.1.0 (2020-09-26)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.