A Discord Bot written in Ruby that scrapes railpictures.net for random train photos (more to come)
- Install Ruby (Follow the instuctions at https://www.ruby-lang.org/en/downloads/) and install bundler
gem install bundler - Clone the repo
git clone https://github.com/cserver45/trains.git - Install Packages:
bundle install - Rename
example.config.rbtoconfig.rband put your token and client_id of your bot in that file. - Run the bot
ruby main.rb
This was made by cserver45