This is vintage and the code behind the @Karlsruher repost-bot at the place that used to be App.net.
Find a file
2013-12-08 13:15:31 +01:00
app Generate reposts model/table that stores the repost history. 2013-12-08 12:56:04 +01:00
bin Initial import. 2013-12-08 11:08:55 +01:00
config Add a sample for the client config containing the client_id and the client_secret. 2013-12-08 11:34:12 +01:00
db Use integer instead of bigint in DB migrations. And hope that this will turn out suitable for post IDs. 2013-12-08 13:15:31 +01:00
lib Initial import. 2013-12-08 11:08:55 +01:00
log Initial import. 2013-12-08 11:08:55 +01:00
public Initial import. 2013-12-08 11:08:55 +01:00
test Generate reposts model/table that stores the repost history. 2013-12-08 12:56:04 +01:00
vendor/assets Initial import. 2013-12-08 11:08:55 +01:00
.gitignore Ignore files with sensitive data. Respective sample files are provided. 2013-12-08 11:47:04 +01:00
config.ru Initial import. 2013-12-08 11:08:55 +01:00
Gemfile Initial import. 2013-12-08 11:08:55 +01:00
Gemfile.lock Initial import. 2013-12-08 11:08:55 +01:00
Rakefile Initial import. 2013-12-08 11:08:55 +01:00
README.md Initial import. 2013-12-08 11:08:55 +01:00

This is the helping hand behind the reposts of the @Karlsruher on App.net.

It's a very plain and simple Ruby on Rails app.

This code is released by means of the BSD license:

Copyright (c) 2013, Señor Rolando All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.