{"id":21578305,"url":"https://github.com/stephanakkerman/axie-scholar-stats","last_synced_at":"2026-05-22T14:02:14.516Z","repository":{"id":45128799,"uuid":"417952889","full_name":"StephanAkkerman/axie-scholar-stats","owner":"StephanAkkerman","description":"Uses Google Spreadsheets to always keep track of historical data of your scholars in Axie Infinity. Includes tons of information and a clear overview of what your scholars are up to.","archived":false,"fork":false,"pushed_at":"2022-03-15T13:59:46.000Z","size":365,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-24T14:17:13.431Z","etag":null,"topics":["axie","axie-infinity","bot","cryptocurrencies","cryptocurrency","gspread","nft","nfts","pandas","python","spreadsheet"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StephanAkkerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-16T21:29:47.000Z","updated_at":"2023-10-14T14:28:24.000Z","dependencies_parsed_at":"2022-09-02T22:31:53.522Z","dependency_job_id":null,"html_url":"https://github.com/StephanAkkerman/axie-scholar-stats","commit_stats":null,"previous_names":["stephanakkerman/axie-scholar-stats"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Faxie-scholar-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Faxie-scholar-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Faxie-scholar-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Faxie-scholar-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanAkkerman","download_url":"https://codeload.github.com/StephanAkkerman/axie-scholar-stats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244177648,"owners_count":20410993,"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":["axie","axie-infinity","bot","cryptocurrencies","cryptocurrency","gspread","nft","nfts","pandas","python","spreadsheet"],"created_at":"2024-11-24T13:10:06.359Z","updated_at":"2026-05-22T14:02:14.423Z","avatar_url":"https://github.com/StephanAkkerman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scholar Stats\nThis is a simple python script for saving the historical data of your scholars. \n\n## Features\nOverview of:\n- Daily SLP\n- Daily $\n- Daily Average SLP \n- Total SLP\n- Total $\t\n- Manager Share SLP\n- Manager Share $\n- Scholar Share SLP\t\n- Scholar Share $\t\n- SLP Price\n- Daily overview of SLP on scholars accounts\n- Specific overview of every scholar\nFor more see the screenshots below.\n\n## Dependencies\nThe required packages to run this code can be found in the `requirements.txt` file. To run this file, execute the following code block:\n```\n$ pip install -r requirements.txt \n```\nAlternatively, you can install the required packages manually like this:\n```\n$ pip install \u003cpackage\u003e\n```\n\n## Setup\nStart by cloning the repository. \n\nNext, get your authentication.json file, by following the steps below carefully. Or follow the instructions from this (starts from 1:58) [video](https://youtu.be/6zeDGeGGHx4?t=118)\n\nIf you prefer written instructions follow the instructions below:\n- Enable API access for the new project [instructions](https://docs.gspread.org/en/latest/oauth2.html#enable-api-access-for-a-project).\n- Creating the `authentication.json file` [instructions](https://docs.gspread.org/en/latest/oauth2.html#for-bots-using-service-account).\n\nAfter follow the instructions above, last things you need to do is this:\n- Save your `authentication.json` file in the same folder as you saved the files for this script.\n- Open `authentication.json` and copy the email behind `\"client_email\":`\n![auth](https://github.com/StephanAkkerman/Axie_Manager_Bot/blob/main/img/authentication.png)\n- Open Google Drive and go to the folder that you want the bot to make the spreadsheets in, right click on that folder and press share\n![drive1](https://github.com/StephanAkkerman/Axie_Manager_Bot/blob/main/img/drive.png)\n- Share the folder with the client email out of `authentication.json`\n![drive2](https://github.com/StephanAkkerman/Axie_Manager_Bot/blob/main/img/drive2.png)\n\nThen after that is done, go to the folder where this repository is stored and execute the following code block:\n```\npython src/setup.py\n```\n\nThis will setup the Spreadsheet and worksheet for you in Google Drive. After doing that you will need to fill in the information of your scholars. If you are not sure what you should fill in here, check the [examples](#examples) below.\n\nIf you filled out the information you are done and at last you need to execute this code:\n```\npython src/main.py\n```\n\n## Note\nThe same method as described here is also used for setting up our [Discord bot](https://github.com/StephanAkkerman/Axie_Manager_Bot). So if you would like to have a Discord bot to manage your scholars, be sure to check out that repository.\n\n## Examples\nThis is how your \"Scholars\" worksheet should look like if you want the basic functioning:\n![Basic functioning](https://github.com/StephanAkkerman/Scholar_Stats/blob/main/img/simple.png)\n    \nAfter running this the code this is how your spreadsheet should look like:\n![Result](https://github.com/StephanAkkerman/Scholar_Stats/blob/main/img/complete.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Faxie-scholar-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanakkerman%2Faxie-scholar-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Faxie-scholar-stats/lists"}