katmcglo / bumble-bot

Automate matches on Bubble with JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node JS Project Template

Features

  • Translates ES6 and above syntax to ES5 code

Installation

  • Clone repo
  • yarn install
  • add a .env at the project root with phoneNumber and password set
  • ngrok http 3000
  • Nexmo phone number to by pass 2FA
  • Add ngrok domain to Nexmo phone number incoming webhook
  • yarn dev to run dev env

Dependencies

  • Puppeteer for UI testing
  • Node-Fetch API client
  • Express
  • Dotenv
  • Body parser

Issues

  • Sometimes chromium is not installed properly in node_modules, if you see an error when running yarn dev add this in the launch args.
    executablePath: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' // path to local chromium
    
  • Facebook alert dialog pops up sometimes, ignore it

Support

Buy Me A Coffee ☕️

About

Automate matches on Bubble with JS

License:MIT License


Languages

Language:JavaScript 100.0%