├── .github └── workflows │ └── main.yml ├── README.md └── src ├── date.txt ├── demo.gif └── main.py /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathandev0/Badoo_Automation_Bot/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathandev0/Badoo_Automation_Bot/HEAD/README.md -------------------------------------------------------------------------------- /src/date.txt: -------------------------------------------------------------------------------- 1 | Tue Dec 2 13:30:56 UTC 2025 2 | -------------------------------------------------------------------------------- /src/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathandev0/Badoo_Automation_Bot/HEAD/src/demo.gif -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nathandev0/Badoo_Automation_Bot/HEAD/src/main.py --------------------------------------------------------------------------------