Skip to content

meteum/meteum-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteum

Meteum Telegram Bot Telegram

This is a simple example of using the Meteum API to creating a Telegram chat bot.

If you are looking for a more in-depth guide and reference for the Meteum GraphQL API, please refer to documentation.

Getting started

Before launching this project, you should create a chatbot using @BotFather, following the instructions.

Here are the next steps for bot quick launch:

  1. Register and get free trial at Meteum website.

  2. Install Python from the official website.

  3. Install Pipenv via pip.

  4. Clone or download this repository.

    git clone https://github.com/meteum-ai/meteum-telegram-bot.git
  5. Prepare environment and install dependencies.

    # Meteum API token. Don't hesitate to use our free trial.
    echo API_TOKEN=... > .env  
    
    # The bot token that you received from BotFather.
    echo BOT_TOKEN=... >>.env
  6. Run the bot.

    pipenv run python bot.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages