Skip to content

This Telegram bot, developed in Ruby, offers a wide range of functionalities to be experienced. From fetching information to automating tasks, this versatile bot can assist with various needs.

Notifications You must be signed in to change notification settings

johnnzamba/Euphoria-Telegram_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TELEGRAM BOT

The compiled script is just a compilation of numerous functions this bot can perform. Have a go!

Codecov

Actual Bot Demo










Installation

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

Usage

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.

Acknowledgement

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.

License

Unless attributed otherwise, everything is under the MIT License (see LICENSE for more info).

About

This Telegram bot, developed in Ruby, offers a wide range of functionalities to be experienced. From fetching information to automating tasks, this versatile bot can assist with various needs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages