Skip to content

A bot to autopopulate commits and events for FooFoBerry to be used for demo purposes of the app's real time capabilites.

Notifications You must be signed in to change notification settings

MappingKat/api_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bot to autopopulate commits and events for FooFoBerry to be used for demo purposes of the app's real time capabilites.

To run cd into the root of the project and run

# FOR LOCAL DEV
irb -r ./lib/api_bot.rb

> bot = ApiBot.new(:dev)
> 10.times { bot.make_commit_and_event }
# FOR PROD
irb -r ./lib/api_bot.rb

> bot = ApiBot.new
> 10.times { bot.make_commit_and_event }

Defaults are to make a commit on repo.id = 1 and make a tracker_event on pt_project_id = 1

About

A bot to autopopulate commits and events for FooFoBerry to be used for demo purposes of the app's real time capabilites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published