Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xooniverse/televerseexamples
This repo contains different example bots built with Televerse package.
https://github.com/xooniverse/televerseexamples
bot examples telegram telegram-bot-api televerse
Last synced: about 2 months ago
JSON representation
This repo contains different example bots built with Televerse package.
- Host: GitHub
- URL: https://github.com/xooniverse/televerseexamples
- Owner: xooniverse
- Created: 2023-01-11T18:47:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T16:46:33.000Z (6 months ago)
- Last Synced: 2024-07-10T13:13:31.883Z (6 months ago)
- Topics: bot, examples, telegram, telegram-bot-api, televerse
- Language: Dart
- Homepage: https://pub.dev/packages/televerse
- Size: 22.4 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Televerse Examples
This repository contains examples of how to use the [Televerse](https://pub.dev/packages/televerse) package.
## How to run examples?
Just run the following command at the root of the repository.
```
dart run
```
You will be prompted to select an example to run.Also, you can run a specific example by passing the name of the example file as an argument to the `dart run` command.
```
dart run lib/
```## Examples
We have various examples in this repository. Each example is a standalone Dart file. You can run each example individually.
Our examples include how to build a basic bot to how to build a bot with support for multiple commands and how to use Markdown in your bot's messages. We also have examples on building bots that has support for commands, file uploads, and your favorite Conversation APIs.
Check it out!