Giter VIP home page Giter VIP logo

betbot's Introduction

J. Danilo Carmo

JDaniloC's github stats

JDaniloC's github streak

JDaniloC's top languages

See some private repositories here:

betbot's People

Contributors

dependabot[bot] avatar jdaniloc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

betbot's Issues

Não finaliza a aposta

O programa está funcionando normalmente até chegar a hora de adicionar o valor da aposta, ele encontra o jogo, contudo, a tela de colocar o valor fica aberta, sem adição. IMG_20210719_064132_035.jpg

ISSUE INSTALLING

Hey everybody, i have an issue installing some dependencies of the program. Anyone can help me setting up?
OTHER BEt365

bet365 auth

hi is the bot still working with bet365 now? can you confirm bot still works today?

thanks

ERRO NA CONEXÃO

Boa noite,

Estou com erro quando incluo a linha MongoDB.cadastrar("NOMEDOUSUARIO", "SENHA"), Atlas error code 8000. Como posso solucionar?

Como o bot analisa as apostas

Olá tudo bem? Em primeiro lugar quero te dar os parabéns pelo projeto.
mas gostaria de entender mais como o bot analisa os jogos e efetua as apostas, existe alguma função no Python pra isso? Aguardo seu contato e parabéns pelo projeto.

MongoDB: user is not allowed

/usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.5) or chardet (3.0.4) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Traceback (most recent call last):
File "main.py", line 3, in
from src.database import MongoDB
File "/home/c/Desktop/Individual-Bet365Bot-master/src/database.py", line 100, in
MongoDB.cadastrar("alineli*1927", "lucas127")
File "/home/c/Desktop/Individual-Bet365Bot-master/src/database.py", line 47, in cadastrar
self.Users_collection.insert_one(user)
File "/home/c/.local/lib/python3.8/site-packages/pymongo/collection.py", line 698, in insert_one
self._insert(document,
File "/home/c/.local/lib/python3.8/site-packages/pymongo/collection.py", line 613, in _insert
return self._insert_one(
File "/home/c/.local/lib/python3.8/site-packages/pymongo/collection.py", line 602, in _insert_one
self.__database.client._retryable_write(
File "/home/c/.local/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1498, in _retryable_write
return self._retry_with_session(retryable, func, s, None)
File "/home/c/.local/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1384, in _retry_with_session
return self._retry_internal(retryable, func, session, bulk)
File "/home/c/.local/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1416, in _retry_internal
return func(session, sock_info, retryable)
File "/home/c/.local/lib/python3.8/site-packages/pymongo/collection.py", line 590, in _insert_command
result = sock_info.command(
File "/home/c/.local/lib/python3.8/site-packages/pymongo/pool.py", line 683, in command
return command(self, dbname, spec, slave_ok,
File "/home/c/.local/lib/python3.8/site-packages/pymongo/network.py", line 159, in command
helpers._check_command_response(
File "/home/c/.local/lib/python3.8/site-packages/pymongo/helpers.py", line 164, in _check_command_response
raise OperationFailure(errmsg, code, response, max_wire_version)
pymongo.errors.OperationFailure: user is not allowed to do action [insert] on [betbot.users], full error: {'ok': 0, 'errmsg': 'user is not allowed to do action [insert] on [betbot.users]', 'code': 8000, 'codeName': 'AtlasError'}

Remove the authentication

To facilitate the use of the bot and avoid misunderstanding about licenses, you need to add a flag to disable the authentication of the MongoDB. And it's interesting to add a script to create the first setup in MongoDB. Finally, the documentation must be updated, explain that the project is dead only for study and explain how to enable the authentication again:

  • Disable the authentication.
  • Update the documentation explain the project death.

需求

你这破解的是最新的吗,有兴趣的合作吗

undetected_chromedriver.v2

Boa tarde, como vai?

Quando tento rodar o main.py recebo esse erro
ModuleNotFoundError: No module named 'undetected_chromedriver.v2

ai retirar o v.2 em widgets.py o sistema aparentemente roda normal, o terminal não fecha, mas não abre a janela, estou usando WSL2, acreditar ter algo a ver? tem alguma dica para tal?

image
o resultado, já retirei a linha MongoDB.cadastrar(usuario, senha) # Nome do usuário da conta da Bet e sua senha do database.py (comentei, na vdd) e ao entrar no mongo percebi que havia criado os dados de usuário lá.

Acredito que nesse momento a janela deveria abrir e não sei se não abre por estar usando WSL2

Site bet365 não está carregando

Acredito que a bet365 implementou bloqueios para ferramentas como Selenium, pois o site nao carrega. Tentei rodar esse bot hoje e o site da bet365 (https://www.bet365.com/) nao carregou, impedindo o bot de funcionar. Voces conseguiram contornar esse problema?

Obrigado!

Chrome support

Allows the Chrome support with the undetected_chromedriver

Patched

It seems to be patched you can no longer open 365.com.
Would running chrome through debug mode and adding it to ChromeOptions work?

Errors when trying to pip install -r requirements.txt

I get these errors when trying to install reqs:

` Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [65 lines of output]
warning: src/gevent/resolver/cares.pyx:38:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
warning: src/gevent/resolver/cares.pyx:40:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
warning: src/gevent/resolver/cares.pyx:41:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
Compiling src/gevent/resolver/cares.pyx because it changed.
[1/1] Cythonizing src/gevent/resolver/cares.pyx
warning: src/gevent/libev/corecext.pyx:326:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
warning: src/gevent/libev/corecext.pyx:809:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
warning: src/gevent/libev/corecext.pyx:811:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
warning: src/gevent/libev/corecext.pyx:813:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
warning: src/gevent/libev/corecext.pyx:817:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See cython/cython#4310
Compiling src/gevent/libev/corecext.pyx because it changed.
[1/1] Cythonizing src/gevent/libev/corecext.pyx
Compiling src/gevent/_greenlet_primitives.py because it changed.
[1/1] Cythonizing src/gevent/_greenlet_primitives.py
Compiling src/gevent/_hub_primitives.py because it changed.
[1/1] Cythonizing src/gevent/_hub_primitives.py
Compiling src/gevent/_hub_local.py because it changed.
[1/1] Cythonizing src/gevent/_hub_local.py
Compiling src/gevent/_waiter.py because it changed.
[1/1] Cythonizing src/gevent/_waiter.py
warning: src/gevent/_gevent_cgreenlet.pxd:112:33: Declarations should not be declared inline.

  Error compiling Cython file:
  ------------------------------------------------------------
  ...
  cdef load_traceback
  cdef Waiter
  cdef wait
  cdef iwait
  cdef reraise
  cpdef GEVENT_CONFIG
        ^
  ------------------------------------------------------------
  
  src/gevent/_gevent_cgreenlet.pxd:182:6: Variables cannot be declared with 'cpdef'. Use 'cdef' instead.
  Compiling src/gevent/greenlet.py because it changed.
  [1/1] Cythonizing src/gevent/greenlet.py
  Traceback (most recent call last):
    File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
      main()
    File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
      return hook(config_settings)
             ^^^^^^^^^^^^^^^^^^^^^
    File "/private/var/folders/y6/8hxj4h3j3kxgwy5z8kc_bxzr0000gn/T/pip-build-env-ocf1ha25/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 338, in get_requires_for_build_wheel
      return self._get_build_requires(config_settings, requirements=['wheel'])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/private/var/folders/y6/8hxj4h3j3kxgwy5z8kc_bxzr0000gn/T/pip-build-env-ocf1ha25/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 320, in _get_build_requires
      self.run_setup()
    File "/private/var/folders/y6/8hxj4h3j3kxgwy5z8kc_bxzr0000gn/T/pip-build-env-ocf1ha25/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 485, in run_setup
      self).run_setup(setup_script=setup_script)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/private/var/folders/y6/8hxj4h3j3kxgwy5z8kc_bxzr0000gn/T/pip-build-env-ocf1ha25/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 335, in run_setup
      exec(code, locals())
    File "<string>", line 294, in <module>
    File "/private/var/folders/y6/8hxj4h3j3kxgwy5z8kc_bxzr0000gn/T/pip-install-exvw597k/gevent_1f26899f25bf4d539dd8bdd0bbd4e8b0/_setuputils.py", line 237, in cythonize1
      new_ext = cythonize(
                ^^^^^^^^^^
    File "/private/var/folders/y6/8hxj4h3j3kxgwy5z8kc_bxzr0000gn/T/pip-build-env-ocf1ha25/overlay/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1134, in cythonize
      cythonize_one(*args)
    File "/private/var/folders/y6/8hxj4h3j3kxgwy5z8kc_bxzr0000gn/T/pip-build-env-ocf1ha25/overlay/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1301, in cythonize_one
      raise CompileError(None, pyx_file)
  Cython.Compiler.Errors.CompileError: src/gevent/greenlet.py
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.