Metadata-Version: 1.2
Name: badoo
Version: 1.7.0
Summary: remotely control badoo
Home-page: https://github.com/matttsb/badoo
Author: Matt Burke
Author-email: matttsburke@gmail.com
License: GNU General Public License v3
Description: =====
        badoo
        =====
        
        
        .. image:: https://img.shields.io/pypi/v/badoo.svg
                :target: https://pypi.python.org/pypi/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.
        
        .. code-block:: console
        
                print (b.get_profile_data("0817947789"))
        
        will return a dictionary like this:
        
        .. code-block:: console
        
           {'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.
        
Keywords: badoo
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
