Profilo di Alfaromeoista

Nome Alfaromeoista
Indirizzo email n/a
Messaggi6
  • Re: Come installare opentele~=1.15.1 ?
    Forum >> Principianti
    Daniele aka Palmux said @ 2023-09-14 02:11:15:
    Ok, sono tardo ma ancora non capisco.

    Se WSL non ti serve allo scopo, perché non usi semplicemente in Windows un ambiente virtuale di Python, non una macchina virtuale non capirmi male, intendo proprio il grande classico che sta bene su tutto: venv o virtualenv o pyenv o .... (aggiungi quello che vuoi).

    Seguendo ancora il consiglio originale di cm:
    A. Se non presente installi la libreria che più preferisci (venv è già compreso nell'installazione di base se non sto prendendo un granchio);
    B. Una volta attivato l'ambiente, installi tutto quello che vuoi, compresa la libreria che ti fa tanto arrabbiare;
    C. In caso di malfunzionamento, incompatibilità o disastri epocali, cancelli l'ambiente virtuale, il tuo sistema host resta integro e riparti alla grande.

    Oh per carità esistono mille altre strade (chi ha detto container?), ma considerami semplicemente curioso se ancora insisto a farti la stessa domanda, perdonami.
    Cya
    Confesso ... Devo usare a scopo etico ovviamente, un programmino di tipo bomber che sta solo per Linux e richiede questa opentele tra i vari requirements! Tt il resto si installa ma questa no
  • Re: Come installare opentele~=1.15.1 ?
    Forum >> Principianti
    Daniele aka Palmux said @ 2023-09-07 09:41:37:
    Non ho nessuna esperienza con WSL, ma ho capito che fa, e mi sorge una domanda forse stupida: non puoi eseguire tutto direttamente su Windows?

    Anzi sono curioso, qual'è il valore aggiunto di WSL in questa specifica situazione?

    Cya
    Non saprei intanto WSL hai solo terminale e basta! Programmi grafici Linux su Windows si possono eseguire ma può succedere che ad esempio un audio player non riproduca audio... Il mio vantaggio e non dover fare dual boot o virtual machine... Per te non so quanto possa essere utile... Hai comunque un Linux dentro Windows funzionante al 99% diciamo
  • Pycharm bot scritto da me non funziona più
    Forum >> Programmazione Python >> IDE ed Editor
    Sono il proprietario del sito che voglio "bottare" per test ecco la prova (no spam) https://yarevival.flarum.cloud/d/273-amici-di-pythonit-ciao



    Andiamo avanti ho scritto questo bot tempo fa e ora non funziona!

    La prova che funzionava https://youtu.be/lsek4Pzz06Y?si=VoMtW8kJY_xuFMDK





    from selenium import webdriver
    import undetected_chromedriver.v2 as uc
    import time
    from random_username.generate import generate_username
    driver = uc.Chrome()

    with driver:
    driver.get('https://yarevival.flarum.cloud/')

    logo = color.HEADER + '''


    Author: @POPEYE EL POPE
    Version: 1.0
    ####################################### DISCLAIMER ########################################
    | Trolletto tool is a tool that allows you to use to bot some no sense accounts to the |
    | DUCE's site. . Please use this tool responsibly. |
    | I am NOT responsible for any damages caused or any crimes committed by using this tool. |
    ###########################################################################################

    '''
    print(logo)

    x=0
    while x < 1:
    import time
    time.sleep(4)
    from random_username.generate import generate_username
    driver.find_element_by_class_name('item-signUp')
    elem = driver.find_element_by_class_name('item-signUp').click()
    time.sleep(1) #il programma aspetta che si carica la pagina
    driver.find_element_by_name('username')
    userName = driver.find_element_by_name('username')
    name=generate_username(1) #richiamare l'elemento con name0 per avere la stringa
    userName.send_keys( str(name0)) #da qui con send-keys il bot inizia a digitare
    driver.find_element_by_name('email')
    mailField = driver.find_element_by_name('email')
    mailField.click()

    mailField.send_keys(f"{name0}@ADMINBRUTTO.IT")
    driver.find_element_by_name('password')
    passWord = driver.find_element_by_name('password')
    passWord.click()
    passWord.send_keys('arandomshittypasword')
    #driver.find_element_by_xpath('//*[@id="modal"]/div/div/div/form/div2/div2/div5/button')
    register = driver.find_element_by_xpath('//*[@id="modal"]/div/div/div/form/div2/div2/div5/button') #div registrati di domandina
    #register = driver.find_element_by_xpath('//*[@id="modal"]/div/div/div/form/div2/div2/div4/button') #div free flarum
    register.click()
    time.sleep(3)
    prifileOut = driver.find_element_by_xpath('//*[@id="header-secondary"]/ul/li3/div/button/span2')
    prifileOut.click()
    time.sleep(1)
    driver.find_element_by_xpath('//*[@id="header-secondary"]/ul/li3/div/ul/li5') #li logout
    eXXit = driver.find_element_by_xpath('//*[@id="header-secondary"]/ul/li3/div/ul/li5')
    eXXit.click()

    continue

    #SOLO A SCOPO ILLUSTRATIVO EDUCATIVO E BLA BLA BLA!


    ERRORE




    C:\Users\qwertPycharmProjects\pythonProject\venv\Scripts\python.exe C:\Users\qwertPycharmProjects\pythonProject\main.py

    Traceback (most recent call last):

    File "C:\Users\qwertPycharmProjects\pythonProject\main.py", line 5, in <module>

    driver = uc.Chrome()

    File "C:\Users\qwertPycharmProjects\pythonProject\venv\lib\site-packages\undetected_chromedriver\v2.py", line 193, in __init__

    selenium.webdriver.chrome.webdriver.WebDriver.__init__(

    TypeError: __init__() got an unexpected keyword argument 'executable_path'




    Process finished with exit code 1





    --- Ultima modifica di Alfaromeoista in data 2023-09-07 10:37:25 ---

    --- Ultima modifica di Alfaromeoista in data 2023-09-07 10:38:01 ---


    --- Ultima modifica di Alfaromeoista in data 2023-09-07 10:38:48 ---
  • Re: Come installare opentele~=1.15.1 ?
    Forum >> Principianti
    @Daniele aka Palmux io ho WSL... Non mi resta che provare Virtual machine
  • Re: Come installare opentele~=1.15.1 ?
    Forum >> Principianti
    Non funziona sul mio sistema e non capisco il perché 😞
  • Come installare opentele~=1.15.1 ?
    Forum >> Principianti
    Salve non riesco a installare questa libreria che serve a eseguire un programma preso da git hub! sta nel requirements.txt
    Il terminale mi tempesta di errori con questa specifica libreria!

    $ pip install opentele~=1.15.1




    restituisce un incubo




    Collecting opentele~=1.15.1 Using cached opentele-1.15.1-py3-none-any.whl (81 kB) Collecting tgcrypto Using cached TgCrypto-1.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60 kB) Collecting pyqt5 Using cached PyQt5-5.15.9.tar.gz (3.2 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 /tmp/tmpb_omtdk4 prepare_metadata_for_build_wheel /tmp/tmp1r9ny7ca cwd: /tmp/pip-install-qys17rrj/pyqt5 Complete output (31 lines): Traceback (most recent call last): File "/tmp/tmpb_omtdk4", line 126, in prepare_metadata_for_build_wheel hook = backend.prepare_metadata_for_build_wheel AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/tmpb_omtdk4", line 280, in <module> main() File "/tmp/tmpb_omtdk4", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/tmp/tmpb_omtdk4", line 130, in prepare_metadata_for_build_wheel return _get_wheel_metadata_from_wheel(backend, metadata_directory, File "/tmp/tmpb_omtdk4", line 159, in _get_wheel_metadata_from_wheel whl_basename = backend.build_wheel(metadata_directory, config_settings) File "/tmp/pip-build-env-z86ezqqr/overlay/lib/python3.8/site-packages/sipbuild/api.py", line 46, in build_wheel project = AbstractProject.bootstrap('wheel', File "/tmp/pip-build-env-z86ezqqr/overlay/lib/python3.8/site-packages/sipbuild/abstract_project.py", line 87, in bootstrap project.setup(pyproject, tool, tool_description) File "/tmp/pip-build-env-z86ezqqr/overlay/lib/python3.8/site-packages/sipbuild/project.py", line 586, in setup self.apply_user_defaults(tool) File "/tmp/pip-install-qys17rrj/pyqt5/project.py", line 68, in apply_user_defaults super().apply_user_defaults(tool) File "/tmp/pip-build-env-z86ezqqr/overlay/lib/python3.8/site-packages/pyqtbuild/project.py", line 70, in apply_user_defaults