A Discord Bot written in Ruby that scrapes railpictures.net for random train photos (more to come)
- See instructions on Docker Hub
- 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.rb
toconfig.rb
and put your token and client_id of your bot in that file. - Run the bot
ruby main.rb
This was made by cserver45