Skip to content

PHP bot for acquiring issue and pull request data.

Notifications You must be signed in to change notification settings

markogrady1/jQit-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQit_crons

These bot scripts are to be used in conjunction with jQit (jQuery Issue Tracker).
They will traverse the GitHub API to acquire all the jquery GitHub API data that will be required to run a successful tracker.

Implement cronjobs

Note: the following files should be called in this order.
It is up to you how many of times a day these files will acquire data.
Start by calling the jqitBot.php file in the cronjob. This will in turn trigger the bot into action.

EXAMPLE:
Once a day at midnight.


0 0 * * *  /home/somedir/src/jqitBot.php

To Test the jQit-Bot and its ability to acquire the correct data. Simply run


$ curl  /home/somedir/src/jqitBot.php

About

PHP bot for acquiring issue and pull request data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages