{"id":15649261,"url":"https://github.com/josephfusco/ig-follow-count","last_synced_at":"2025-10-28T05:39:36.860Z","repository":{"id":82899541,"uuid":"52219759","full_name":"josephfusco/ig-follow-count","owner":"josephfusco","description":":chart_with_upwards_trend: A simple Instagram analytics tool that continuously logs and graphs your follower count.","archived":false,"fork":false,"pushed_at":"2019-10-08T14:31:15.000Z","size":114,"stargazers_count":41,"open_issues_count":2,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-30T16:12:17.907Z","etag":null,"topics":["analytics","follower-count","graph","instagram","instagram-analytics","plotly"],"latest_commit_sha":null,"homepage":"http://ig-follow-count.jfus.co/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josephfusco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-21T18:01:42.000Z","updated_at":"2025-04-21T21:05:44.000Z","dependencies_parsed_at":"2023-03-02T08:30:28.214Z","dependency_job_id":null,"html_url":"https://github.com/josephfusco/ig-follow-count","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephfusco%2Fig-follow-count","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephfusco%2Fig-follow-count/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephfusco%2Fig-follow-count/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephfusco%2Fig-follow-count/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josephfusco","download_url":"https://codeload.github.com/josephfusco/ig-follow-count/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251739653,"owners_count":21635892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","follower-count","graph","instagram","instagram-analytics","plotly"],"created_at":"2024-10-03T12:29:03.515Z","updated_at":"2025-10-28T05:39:31.814Z","avatar_url":"https://github.com/josephfusco.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IG Follow Count [![License](https://img.shields.io/badge/license-GPL--2.0%2B-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)\n\nA simple Instagram analytics tool that continuously logs and graphs your follower count.\n\n## Themes\n\n#### Default\n![default theme](https://cloud.githubusercontent.com/assets/6676674/14550091/cdf47d92-0293-11e6-9e67-c54a1736ef24.png)\n\n#### Dark\n![dark theme](https://cloud.githubusercontent.com/assets/6676674/14550100/d756086a-0293-11e6-88f6-5ba2196582fb.png)\n\n#### Newsprint\n![newsprint theme](https://cloud.githubusercontent.com/assets/6676674/14550368/1b95b294-0296-11e6-95eb-d22f8a8beefd.png)\n\n## Setup\n\nSSH into server, `cd` to the public root and clone project.\n\n```sh\ngit clone https://github.com/josephfusco/ig-follow-count .\n```\n\nCopy `config-sample.php` to `config.php` in the project root and fill in the values.\n\n```sh\ncp config-sample.php config.php \u0026\u0026 nano config.php\n```\n\nReplace the text within the brackets along with the brackets with the proper values. To learn more about how to attain these values visit [https://www.instagram.com/developer/authentication/](https://www.instagram.com/developer/authentication/).\n\n```php\n/** Instagram user ID */\ndefine( 'IG_USER_ID', '{your user id here}' );\n\n/** Instagram access token */\ndefine( 'IG_ACCESS_TOKEN', '{your access token here}' );\n```\n\nAfter saving the newly made `config.php`, we just need to set the cron job.\n\n```sh\ncrontab -e\n```\n\nIn this example we are running `cron.php` every minute which is located in the project root. Add the following to the file and save. (replace '{yourwebsite.com}' with your domain)\n\n```sh\n*/1 * * * * wget -O /dev/null http://{yourwebsite.com}/cron.php\n```\n\nUpon saving the file it should confirm with the following message: `crontab: installing new crontab`.\n\nSample data will keep being displayed until `cron.php` is first ran. Once ran it will initially create the `log.csv` file and the sample data will stop loading.\n\n## CSV Format\n\n`Time,Grams,Followers,Following`\n\n\\* _Grams_ represents the number of photos on your account at the time\n\n## To Do\n\n- [X] Create simple theme template system.\n- [ ] Add pre-loader.\n- [ ] Create install script for easier setup.\n- [ ] Possibly break up log files into months or weeks for shorter graph load times.\n- [ ] Live update graph.\n\n## Creators\n\n[Joseph Fusco](https://github.com/josephfusco) \u0026 [James Pistell](https://github.com/pistell)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephfusco%2Fig-follow-count","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephfusco%2Fig-follow-count","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephfusco%2Fig-follow-count/lists"}