Boilerplate for the forum bot

master
Zequez 2015-07-27 01:56:24 -03:00
parent e08502a324
commit a6e8e07d91
3 changed files with 11 additions and 1 deletions

View File

@ -3,4 +3,6 @@ AWS_ACCESS_KEY_ID="YOURAWSACCESSKEY"
AWS_SECRET_ACCESS_KEY="YOURAWSSECRETKEY"
S3_BUCKET_NAME="YOURAWSBUCKETNAME"
GA_UA="UA-XXXXXXXX-X"
GA_URL="auto"
GA_URL="auto"
FORUM_BOT_ACCOUNT="FactorioForumsAccount"
FORUM_BOT_PASSWORD="FactorioForumsAccountPassword"

3
lib/forum_bot.rb Normal file
View File

@ -0,0 +1,3 @@
class ForumBot
# Pending, I'm gonna ask permission in the forums first
end

View File

@ -0,0 +1,5 @@
require 'rails_helper'
describe ForumBot do
end