Skip to content

Sidekiq-based utility for collecting data from social networks.

License

Notifications You must be signed in to change notification settings

ZubKonst/pirozhki

Repository files navigation

Pirozhki

Build Status Dependency Status Code Climate Coverage Status

Pirozhki is a sidekiq-based utility for collecting data from social networks.

##Available types of Pirozhki:

  • Pirozhki with instagram and geotags. (GeoPoint table)
  • Pirozhki with instagram and hashtags. (Hashtag table)

##Run Pirozhki in Docker container:

##Run Pirozhki locally:

  • Copy all files from APP/config/variables/sample/ to APP/config/variables/ and fill with your data.
  • Init database:
[APP_ENV=development] rake db:create
[APP_ENV=development] rake db:migrate
[APP_ENV=development] rake db:seed
web: puma app/web_servers/sidekiq.ru
worker: sidekiq -r ./app.rb -C config/variables/sidekiq.yml
  • Run console:
[APP_ENV=development] irb -r ./app.rb

##License: Pirozhki is a utility for collecting data from social networks.
Copyright (C) 2014 Konstantin Zub (hello at zubkonst.com)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Sidekiq-based utility for collecting data from social networks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published