Metadata-Version: 2.1
Name: badoo
Version: 1.0.0
Summary: remotely control badoo
Home-page: https://github.com/matttsburke@gmail.com/badoo
Author: Matt Burke
Author-email: matttsburke@gmail.com
License: GNU General Public License v3
Keywords: badoo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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
Requires-Dist: Click (>=7.0)
Requires-Dist: selenium
Requires-Dist: bs4
Requires-Dist: lxml

=====
badoo
=====


.. image:: https://img.shields.io/pypi/v/badoo.svg
        :target: https://pypi.python.org/pypi/badoo

.. image:: https://img.shields.io/travis/matttsburke@gmail.c/badoo.svg
        :target: https://travis-ci.com/matttsburke@gmail.c/badoo

.. image:: https://readthedocs.org/projects/badoo/badge/?version=latest
        :target: https://badoo.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/matttsburke@gmail.c/badoo/shield.svg
     :target: https://pyup.io/repos/github/matttsburke@gmail.c/badoo/
     :alt: Updates



remotely control badoo



* Free software: GNU General Public License v3
* Documentation: https://badoo.readthedocs.io.


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


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-09-26)
------------------

* First release on PyPI.


