内容简介:See it in action:Will run PostgreSQL and RabbitMQ with default credentials (see connection strings below).
LibreTaxi v2, ridesharing jailbreak, open-source Uber PoC
See it in action: https://t.me/libretaxi_bot Public feed: https://t.me/libretaxi_all
Running services
docker-compose up -d
Will run PostgreSQL and RabbitMQ with default credentials (see connection strings below).
Setting up RabbitMQ (for development and production)
rabbitmq:3-management
contains UI plugin for queue management. Plugin port is 8080 (15672 in container).
Login guest/guest
.
Login to RabbitUI here: http://localhost:8080
There is only one queue at the moment:
-
messages
queue, http://localhost:8080/#/queues/%2F/messages - picked up by message handler, enqueued by libretaxi
Note that there is one message producer, and one message consumer threads (goroutines) in application.
Port 5672 is RabbitMQ itself.
LibreTaxi settings
Init settings for ./libretaxi.yml
:
telegram_token: YOUR_TOKEN db_conn_str: postgres://libretaxi:libretaxi@localhost:15432/libretaxi rabbit_url: amqp://127.0.0.1:8079/ admin_channel_chat_id: -1001324105405 public_channel_chat_id: -1001470847849
Admin channel is the place where you shadow ban spamers.
See https://stackoverflow.com/a/41779623/337085
for how to get id for you private channel.
You'll need to invite @get_id_bot
and type /my_id@get_id_bot
. You'll see chat id.
Running
When all services are running, run libretaxi:
dep ensure go build ./libretaxi
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
人月神话(40周年中文纪念版)
(美) 布鲁克斯(Brooks, F. P.) 著 / UML China翻译组,汪颖 译 / 清华大学出版社 / 2015-4-1 / 68.00元
在软件领域,很少能有像《人月神话》一样具有深远影响力和畅销不衰的著作。Brooks博士为人们管理复杂项目提供了最具洞察力的见解,既有很多发人深省的观点,又有大量软件工程的实践。本书内容来自Brooks博士在IBM公司SYSTEM/360家族和OS/360中的项目管理经验,该项目堪称软件开发项目管理的典范。该书英文原版一经面世,即引起业内人士的强烈反响,后又译为德、法、日、俄、中、韩等多种文字,全球......一起来看看 《人月神话(40周年中文纪念版)》 这本书的介绍吧!