Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joanvup authored Dec 1, 2021
1 parent f5f7be5 commit bd6aed3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ Luego editaremos el archivo minafacilbot.py

por ejemplo:

# -------------------- SETTINGS --------------------
-------------------- SETTINGS --------------------

# Telegram bot Token.
## Telegram bot Token.
token = "2145088618:AAGul0GOmx6XCcDzVuBwGX1us9EsDM7lkew"

# List with the telegram id of the allowed users.
## List with the telegram id of the allowed users.
id_admins = [1334636275]

# Your Pool. 0 = Minafacil
## Your Pool. 0 = Minafacil
pool = 0

# Tiempo en segundos de consulta
## Tiempo en segundos de consulta
tiempo_consulta = 30

list_pools = ["http://pool.minafacil.com/api"]
web = ["https://pool.minafacil.com"]
# --------------------------------------------------
--------------------------------------------------

Finalmente ejecutamos el script y podemos ir a nuestro bot de Telegram e iniciarlo y esperar por e mensaje de BLOQUE CONSEGUIDO

Expand Down

0 comments on commit bd6aed3

Please sign in to comment.