Coder Social home page Coder Social logo

us-stock-info-bot's Introduction

This project was bootstrapped with Bottender init script.

Sending Feedback

Always feel free to open issue to Bottender.

Folder Structure

After creation, your project should look like this:

my-bot/
  .gitignore
  node_modules/
  bottender.config.js
  index.js
  package.json
  README.md
  yarn.lock

index.js

All functionalities start from here.
Mainly it's a server which listen on port 5000. You are encouraged to add more event listener and Handler to enrich the bot.

See more examples, please refer to Bottender examples.

bottender.config.js

The config file for the bot.
We suggests you to put all platform configs into this file and use it as a parameter of createServer.

Available Scripts

There are two default scripts you can run:

npm run dev

Run the bot in the development mode.
It will automatically restart the bot if there are any changes in index.js.
For more information, check nodemon's repo

npm start

Run the bot without being monitored.
The bot won't be restarted when you change anything in index.js

us-stock-info-bot's People

Contributors

calvin-lin avatar

Watchers

James Cloos 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.