kreepr

command module
v0.0.0-...-27f789c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

README

kreepr

Build Status GitHub go.mod Go version

Kreeping social media for changes in trends and behavior.

Getting Started

These instructions will get you up and running on your local machine.

CREATE DATABASE kreepr;
SOURCE db.sql;

Copy secrets.yml.sample into secrets.yml and fill in your secrets.

# db
user: "your db user"
password: "your db password"
schema: "/kreepr"

# twitter
key: "your twitter key"
secret: "your twitter secret" 
token: "your twitter token"
access_token: "your twitter access token"
access_secret: "your twitter access secret
Subjects

Use -add argument to start kreeping someone.

add="twitterUserName"

Similar you can -drop your subject.

drop="twitterUserName"
Daily Job

You can use crontab to update the history of your subjects.

0 2 * * * $GOPATH/bin/kreepr -cron=true -secrets=/PATH/TO/YOUR/SECRETS/secrets.yml

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL