Giter VIP home page Giter VIP logo

neoxr-bot's Introduction

乂 Description

An automated system (WhatsApp Bot) that can help to do something, search and get data / information only through WhatsApp.

NEW! Multi Auth Conncetion Click Here read readme to clone & install.

NEW! Implementation of my other project namely Github Database @neoxr/gitdb to see Click Here.

乂 Database Setup

This script can use 2 types of database types NoSQL and SQL, for NoSQL types using MongoDB and SQL using PostgreSQL.

You can get free MongoDB database service at MongoDB Atlas while you can get PostgreSQL on Heroku and Railway.

1. Heroku

If you want to get from heroku, register first and do this steps :

  • Go to add-ons page
  • Search Heroku Posgress
  • Choose Hobby Dev and ADD
  • Go to Setting
  • Click Config Variables
  • Then copy DATABASE_URL value
  • Paste on .env file
  • Done!

Example :

DATABASE_URL = 'postgres://nmxbabrmewzxmy:d9651df4c26df9d9fdc447be36cf32349ffc3acad641dd3fb72b2bd682ace017@ec2-63-34-180-86.eu-west-1.compute.amazonaws.com:5432/d9atreqoeau273g'

2. Railway

Just like heroku must register first and do this steps :

  • Create New Project
  • Search Provision PostgreSQL
  • Click PostgreSQL on your project
  • Click Variables
  • Click Copy all
  • Paste on .env file
  • Done!

Example :

DATABASE_URL = 'postgresql://postgres:[email protected]:6917/railway'

3. MongoDB Atlas

Sorry, I can't write the tutorial here because it's a bit complicated so you can watch this Video

Example :

DATABASE_URL = 'mongodb+srv://neoxrbot:[email protected]/myFirstDatabase?retryWrites=true&w=majority'

乂 Installation

$ git clone https://github.com/neoxr/neoxr-bot

And then type this on your console.

$ npm i
$ node . <session_name>

NOTE :

  1. Use node version 14.x to avoid errors.
  2. If you find an error you can create an issue on this repo, don't ask me on whatsapp it's very annoying.
  3. This script is free and semi open source, you can get more apikey limit in Here.

neoxr :: Visitor's Count

乂 License

Copyright (c) 2022 Neoxr . Licensed under the GNU GPLv3

neoxr-bot's People

Contributors

neoxr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.