The compiled script is just a compilation of numerous functions this bot can perform. Have a go!
For Starters go to telegram and find @botFather and register a new bot. Save the new Telegram Bot Token and replace it in the ENV file. The necessary instructions for API's are in the file as well.
Then to now access the script:
git clone https://github.com/johnnzamba/Euphoria-Telegram_Bot.git
cd Euphoria-Telegram_Bot
Ensure you have RVM (Ruby Version Manager)in order to set up ruby. If not, visit this link
ruby --version
gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable --ruby
gem install bundler
Now in the Project Directory; the Gemfile contains necessary gems for the project. Run the following command to install all the necessary gems:
bundle install
Now the scripts can be run locally or on a server; To execute the script locally, run the following command:
bundle exec ruby main.rb
Please Note that the required APIs and Tokens are to be replaced in the ENV file.
I want to acknowledge that this project is solely owned by me. All rights, including intellectual property rights, are retained by the original owner. The code, design, and any associated content are proprietary. For any inquiries, Please contact me here.
Thank you for your understanding and respect for the intellectual property rights associated with this project.
Unless attributed otherwise, everything is under the MIT License (see LICENSE for more info).