Skip to content

Instantly share code, notes, and snippets.

@yogasw
Last active June 7, 2020 06:34
Show Gist options
  • Save yogasw/13424b842c054b3a1340dc1c3035dbe2 to your computer and use it in GitHub Desktop.
Save yogasw/13424b842c054b3a1340dc1c3035dbe2 to your computer and use it in GitHub Desktop.
Crawl OLX Automatis : Patal Perfoms 06/2020

OLX Crawler (tools untuk crawl olx automatis)

by Yoga Setiawan

OLX Crawler?

OLX Crawler adalah bot yang berfungsi untuk memonitoring situs olx secara automatis dan mengirim data yang di hasilnya secara detail ke whatsapp

Situs yand di suport

Minimum Hardware yg di butuhkan

  • RAM 1 GB

Kebutuhan Lain

Apa yg bisa di pelajari dari project ini?

  • Docker & Docker Compose
  • mengirim wa dengan GO whatsapp (Golang)
  • Crawl data dengan PHP
  • RabbitMQ
  • Cron Jobs
  • mengelola data menggunakan Google Spreadsheet API

Struktur File Secara garis besar

  • crawl-olx
  • serviceSendTextMessage
  • extras
    • rabbitMqSendMessage.go
    • receiveMessagesWa.go
    • send.bash
  • .env
  • .gitignore
  • README.md
  • docker-compose.yml
  • remove.sh
  • start.sh
  • stop.sh

Contoh pesan yang di terima

Cara instalasi

cara instalasi bisa di lihat Di Dokumentasi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment