• Stars
    star
    3,831
  • Rank 11,426 (Top 0.3 %)
  • Language
    Go
  • License
    GNU Affero Genera...
  • Created over 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open source Uber #deleteuber

LibreTaxi v2

LibreTaxi is open-source Uber proof-of-concept that works through Telegram.

See it in action: https://t.me/libretaxi_bot

Public feed: https://t.me/libretaxi_all

It is closer to Craigslist rideshare rather than Uber, but it works, and works great! The app that is easy to use, supports multiple languages, fast and cool. There are tens of thousands users worldwide, and we're on the way to 1M users. So please spread the word!

Prerequisites

  1. Install Go
  2. Install Go dep
  3. Download the repo to ~/go/src/libretaxi
  4. Install Docker with docker-compose
  5. Run PostgreSQL and RabbitMQ with default credentials (see connection strings below)
docker-compose up -d

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:

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 # or ~/go/bin/dep ensure
go build
./libretaxi

🌟 Project Sponsors

Shown below are our bronze, silver and gold project sponsors. Big thanks to these companies for supporting the project. Note: Listed services are not tested, vetted nor supported by the author(s) in any manner.

Gold sponsors

Prevent workplace conflicts with this Slack app:

Prevent workplace conflicts

Become a sponsor!

View all sponsors

More Repositories

1

bigoposter

Big-O Complexities / Poster of common algorithms used in Computer Science
JavaScript
1,649
star
2

rubyisforfun

269
star
3

jquery.ns-autogrow

Automatically adjust textarea width/height based on user input. Non-sucking version.
CoffeeScript
166
star
4

rubyschool

Rubyschool.us list of contents (Russian)
HTML
139
star
5

hacktunnel

HackTunnel is web-based peer-to-peer chat software for anonymous and encrypted communication written with Go language
JavaScript
97
star
6

libretaxi2

Open source Uber PoC #deleteuber
92
star
7

awesome-aws-alternatives

Awesome AWS alternatives/replacements
71
star
8

jQuery-Countdown-Timer

jQuery countdown timer plugin (2011)
JavaScript
60
star
9

first-visit-js

Tiny jQuery plugin to display a message to the user on the first visit to a page
JavaScript
59
star
10

rubyisforfun_ru

Руби для романтиков
33
star
11

libretaxi-www

LibreTaxi.org website html markup
HTML
20
star
12

yaask

Make your yaml configurable with interactive configurations!
JavaScript
16
star
13

gulp-react-easy

Gulp plugin to simplify React development with ES6.
JavaScript
13
star
14

exbot

Currency Exchange Bot for Telegram
JavaScript
9
star
15

wellwellapp

Sprint feedback tool we use at the end of our sprints (Meteor)
JavaScript
7
star
16

rubybook

Ruby Is For Fun - website
CSS
7
star
17

FinamTicksDownloader

Ticks Downloader for Finam.ru
C#
5
star
18

BetterRobokassa

Better support for Robokassa.ru for .Net
C#
5
star
19

pebble-meets-gopro

Pebble watch as a helper timer for GoPro action camera (under development)
C
4
star
20

zendesk-challenge

Zendesk Challenge
Ruby
4
star
21

heap-challenge

Just a random heap challenge ;)
Ruby
4
star
22

MyEnvelopeTester

Testing the theory of two envelopes with the Cover's strategy
C#
4
star
23

braintree-challenge

Braintree Challenge
Ruby
4
star
24

just-ror

Vagrant Ubuntu 14 box for just Ruby and Rails, easily customizable with nokogiri fix
Shell
4
star
25

react-boilerplate

Building TDD React boilerplate with ES6 series
JavaScript
4
star
26

tm-www

Ruby
4
star
27

RomanPushkin-RiskManager-RU

Риск-менеджер для терминала Метатрейдер 5
4
star
28

ac-remote

MQTT + raspberry pi + lirc = air conditioner remote
JavaScript
4
star
29

RomanPushkin-FORTS-Info

FORTS (Futures & Options on RTS) Info Indicator for Metatrader 5
3
star
30

RomanPushkin-PriceGrid

Price Grid Indicator for MetaTrader 5 (MQL)
3
star
31

hacker-rank-simpledb

HackerRank SimpleDB challenge for Thumbtack, May-June 2016
Java
3
star
32

meteor-note

Evernote inspired open source and secured notetaking app built with Meteor
3
star
33

react-easy-example1

Example for react-easy-package
JavaScript
3
star
34

RomanPushkin-DailyGrid

Daily Grid indicator for Metatrader5 (MQL)
3
star
35

predix-jpa-cf

Java Predix app example how to use Database Service with Redis Service cache
Java
3
star
36

problems-solutions

Problems and solutions
3
star
37

markdown-to-gist

Covert your markdown code snippets to gists (built for Jekyll, but can be used anywhere)
Ruby
3
star
38

RomanPushkin-HourlyGrid

Hourly Grid indicator for Metatrader5 (MQL)
3
star
39

open_uri_redirections

OpenURI patch to allow redirections between HTTP and HTTPS
Ruby
3
star
40

lev-sight-words

JavaScript
2
star
41

playlistq

Watch YouTube videos together. Demo at http://playlistq.com. First draft at http://github.com/0x414f/playlistq3
JavaScript
2
star
42

math-apps

Math apps for a firstgrader
Ruby
2
star
43

screenshot_macos

ScreenCaptureKit experiments
Go
2
star
44

browser-car-detection

Simple car type detection in the browser
JavaScript
1
star