Important
This is an unoffical project that integrates with tucochedana.es to allow users to find and report missing cars during the 2024 floods in Valencia.
-
start
Displays the menu of options and a welcome message. -
add_vehicle_message
Registers the license plate of the vehicle you are looking for. -
get_my_vehicles
Returns the list of vehicles you have registered. -
start_fetch
Activates the search for the saved vehicles. -
stop_fetch
Deactivates the search for the saved vehicles. -
help
Shows a help message about how to use the bot.
start - Despliega el menú de opciones y el mensaje de bienvenida
add_vehicle_message - Registra la matrícula del vehículo que buscas
get_my_vehicles - Devuelve el listado de vehículos que has registrado
start_fetch - Activa la búsqueda de los vehículos guardados
stop_fetch - Desactiva la búsqueda de los vehículos guardados
help - Muestra un mensaje de ayuda sobre cómo usar el bot
Setting up the SSL certificates and the proper security to run a webhook based bot can be a pain.
Checkout any of these articles for alternative methods to run the bot in your local machine:
- Setup webhooks locally
- tbot setup
- Just need to create a postgres DB using the DATABASE_URL env variable ->
make db
- Run migrations using
make diesel-test
, just until we support testing_repo for Fang tasks