This is a Python script for automating video watching in Rail Nation game. It uses image recognition and mouse control to simulate a user watching and interacting with videos, allowing you to earn rewards without the need for manual intervention.
Automated video watching in Rail Nation game.
Image recognition to identify video, play button, and other interface elements.
Mouse control to simulate user interactions and button clicks.
Telegram bot integration for receiving notifications and error messages.
To use this script, you will need to install the necessary Python modules and set up a Telegram bot. You will also need to adjust the image recognition settings for your specific system and screen resolution.
To run the script, simply execute the Rail-Nation-Bot.py file in your Python environment. The script will continue to run until manually stopped or until an error occurs.
You can also integrate the script with a Telegram bot by providing your bot token and chat ID in the config.ini file. This will allow you to receive notifications and error messages from the script.
Contributions to this project are welcome! Please fork this repository and submit a pull request with your changes.
This application requires Python 3.10.7.
git clone https://github.com/NapoII/Rail-Nation-Bot
pip install -r requirements.txt
run Code Rail-Nation-Bot.py
coming soon...
MIT License
Copyright (c) 2023 NapoII Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE