This repository contains a collection of projects that demonstrate how to manipulate the Telegram Bot API using JavaScript and Python. The projects are designed for both learning purposes and real-world applications.
The following projects are included in this repository:
- Echo-Bot A simple Telegram bot that echos users message.
- Crypto-Bot A Telegram bot that gets prices of many crypto currencies and much more.
- API-Bot This bot uses different API's to do different tasks such as telling jokes, getting current weather ... and so on.
- Expert-GPT-Bot A chat bot that uses GPT-4 to interact with users.
To get started with these projects, you will need to have a Telegram account and create a new bot using the Telegram Bot API. You will also need to have Node.js or Python installed on your computer.
Once you have created your bot and installed the necessary dependencies, you can run each project by navigating to the project directory and running the following command:
node bot.jsor
python main.pyIf you would like to contribute to this repository, please feel free to submit a pull request. All contributions are welcome!
This repository is licensed under the MIT License. See the LICENSE file for more information.