BLANK_README.md 3.26 KB

About The Project

Product Name Screen Shot

Telegram bot is a very good tool. It has many excellent APIs, and has strong operability. I made a simple robot, hoping to help you understand telegram robot.

https://t.me/z1wooDemoBot

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • telegram account
  • Apply for a new bot from @BotFather
  • MongoDB DataBase

Installation

  1. Clone the repo sh git clone http://khuhub.khu.ac.kr/2020105575/TelegramBot.git
  2. Install NPM packages sh npm install
  3. Enter your Bot Token in app.js JS const token = 'ENTER YOUR token';
  4. Enter your DateBaseURI in config.js JS mongoURI: = 'ENTER YOUR DateBaseURI';

Usage

Use Node.js to run, add bot to telegram, you can check the specific usage.

example1
example2
example3

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements