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:
- See
Pirozhki-ELK
project:- source code - https://github.com/ZubKonst/pirozhki-elk
- website - http://pirozhki.zubkonst.com
##Run Pirozhki locally:
- Copy all files from
APP/config/variables/sample/
toAPP/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
- Use foreman or run manually:
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/.