This is a Telegram bot that allows users to fetch audio from YouTube videos and send them as voice messages.
-
Install the required dependencies:
npm install node-telegram-bot-api axios
-
Replace
'YOUR_BOT_TOKEN'
with your actual Telegram bot token in theBOT_TOKEN
variable. -
Run the bot:
node your_bot_script.js
- Start the bot by sending
/start
in your Telegram chat. - Use
/currency
to get a list of available cryptocurrencies.
- Use
/search
to find specific cryptocurrencies.
- Enter the symbol of a cryptocurrency to get its current rate.
- Fetches cryptocurrency rates from the Binance API in the fastest way.
- Allows users to list available cryptocurrencies, search, and get current rates.
- Pagination for displaying a limited number of cryptocurrencies at a time.
If you encounter any issues or have suggestions, please open an issue.
This project is licensed under the MIT License - see the LICENSE.md file for details.