### FunPay Cardinal Installation - Windows Source: https://github.com/sidor0912/funpaycardinal/blob/main/README.md Step-by-step guide to install FunPay Cardinal on a Windows operating system. ```Shell 1. Download and install Python 3.11.0: https://www.python.org/ftp/python/3.11.0/python-3.11.0-amd64.exe - During installation, check the 'Add python.exe to PATH' option on the first screen. 2. Download FunPay Cardinal: https://github.com/sidor0912/FunPayCardinal/archive/refs/heads/master.zip 3. Move the 'FunPayCardinal-main' folder to your desired location. 4. Navigate to the 'FunPayCardinal-main' folder. 5. Run the 'Setup.bat' file. Wait for package downloads to complete. 6. Close the command prompt and run the 'Start.bat' file. ``` -------------------------------- ### FunPay Cardinal Installation - Linux (Ubuntu) Source: https://github.com/sidor0912/funpaycardinal/blob/main/README.md Command to install FunPay Cardinal on a Linux (Ubuntu) system, including automatic setup and background process execution. ```Shell wget https://raw.githubusercontent.com/sidor0912/FunPayCardinal/main/install-fpc.sh -O install-fpc.sh && bash install-fpc.sh Follow the installer's instructions. This script automatically installs all necessary components and runs the bot as a background process. ``` -------------------------------- ### FunPay Cardinal Developer Advantages Source: https://github.com/sidor0912/funpaycardinal/blob/main/README.md Highlights the benefits of FunPay Cardinal for developers, focusing on the technology stack and code quality. ```APIDOC Developer Advantages: - Language: Python, chosen for its simplicity and power for such applications. - Code Quality: Full code documentation with docstrings and type hints for all classes, methods, and functions. - Architecture: Extensive use of Object-Oriented Programming (OOP), with events, messages, and orders represented as class instances. - Extensibility: Easy plugin creation for modifying functionality. - Logging: Configured logger used instead of print statements. - Dependency: Own Python package 'FunPayAPI', independent of FunPay Cardinal. - Support: Direct support from the developer. ``` -------------------------------- ### FunPay Cardinal Features Source: https://github.com/sidor0912/funpaycardinal/blob/main/README.md Lists the core functionalities of the FunPay Cardinal bot related to FunPay automation, Telegram notifications, and additional customization options. ```APIDOC FunPay Features: - Auto-delivery of goods. - Auto-raising of lots. - Auto-response to predefined commands. - Auto-restoration of lots after sale. - Auto-deactivation of lots when items are out of stock. - Continuous online presence. - Telegram notifications. - Full Telegram control panel. Telegram Notifications & Control Panel: - Support for multiple notification chats. - Notifications for lot raising. - Notifications for new orders. - Notifications for item delivery. - Notifications for new messages. - Ability to respond to messages directly from Telegram. - Full configuration of auto-delivery, auto-responder, and other FPC modules via Telegram. - Ability to add auto-delivery for lots by receiving lots directly from FunPay. Additional Features: - Use of variables in auto-response/auto-delivery text. - Plugin system for customizing functionality without modifying the core code. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.