Skip to main content

· 2 min read

To build Telegram bots or automate Telegram-related workflows on the flows.network platform, a Telegram bot token is necessary. flows.network supports Telegram integration, which enables you to create Telegram bots with ease.

Here's a step-by-step guide on how to get a bot token for Telegram. Then you can use this token to create your own telegram bot.

  1. Open Telegram on your device or web browser and search for the "BotFather" account @BotFather.
  2. Start a chat with the BotFather and type "/newbot" to create a new bot. BotFather will ask for a name and username for your bot.
  3. Choose a name and username for your bot. The name can be anything you like but the username must end with "bot". For example, the name can be "FlowsNetworkBot" and the username can be "@flowsnetworkbot".
  4. If your chosen username is available, BotFather will provide you with a unique API token for your bot. You should copy and store this token carefully.
  5. Once you have the API token, you can start building your Telegram bot on flows.network. Here is a template project to build a ChatGPT-powered Telegram bot on flows.network.

Note that the API token is a unique identifier for your bot, which allows you to send requests to the Telegram Bot API. Make sure to keep this token safe and secure, as anyone with access to this token can potentially control your bot.

In conclusion, getting a bot token for Telegram is a simple process that can be completed with BotFather's help. Once you have the token, you can start building your bot on flows.network.

Next step is to read the telegram-gpt repo and follow the instructions to build your own chatgpt bot.

· One min read

From April 3rd to April 7th, flows.network made the following updates:

  • Added support for manually rebuilding flow functions: You can now find a "Rebuild" button next to the Deployment Log. While you generally won't need to rebuild your function, if you commit new changes to your code or re-authenticate your SaaS integrations, the flows.network platform will still automatically build the function again. This button has been added specifically to address unexpected problems. However, we hope no one need to clicks this button.

  • Upgrade OpenAI-flows integration to 0.4 and support retry_time function. This function can ask ChatGPT to retry to answer your question if ChatGPT can't reply to you previouly due to some network issues. For example, please check the github-pr-summary repo.

· One min read

We (flows.network) will use our blog posts to provide updates for flows.network. We use tag to specify blog content. You can find the details below.

Tag namedescription
changelogUpdates for flows.network in the past week. Published on Monday each week.
productsNew features about flows.network
telegramUpdates and guide for the Telegram integration.
GitHubUpdates and guide for the GitHub integration.
OpenAIUpdates and guide for the OpenAI integration