{"id":16603113,"url":"https://github.com/mwelwankuta/sba-bot","last_synced_at":"2025-07-26T02:14:20.781Z","repository":{"id":113954943,"uuid":"425271014","full_name":"mwelwankuta/sba-bot","owner":"mwelwankuta","description":"making it easier to ecz school based assesment","archived":false,"fork":false,"pushed_at":"2021-11-06T15:09:53.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T12:56:43.364Z","etag":null,"topics":["csv","python","selenium","webscraper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mwelwankuta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2021-11-06T14:55:57.000Z","updated_at":"2021-11-06T15:09:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf38235d-0049-4980-8de9-6016e3080ff2","html_url":"https://github.com/mwelwankuta/sba-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mwelwankuta/sba-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fsba-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fsba-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fsba-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fsba-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwelwankuta","download_url":"https://codeload.github.com/mwelwankuta/sba-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fsba-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267105398,"owners_count":24036812,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csv","python","selenium","webscraper"],"created_at":"2024-10-12T00:47:24.855Z","updated_at":"2025-07-26T02:14:20.667Z","avatar_url":"https://github.com/mwelwankuta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# G7 Ecz School Based Assesment Bot\n\nentering learners exam marks takes a long time, this project makes it easier to submit SBA results for learner withing a short period of time\n\n\u003chr/\u003e\n\n## Entering Marks Duration\n- #### With the SBA Bot `5 minutes`\n- #### Without the SBA Bot `2 hours`\n\n\nto use the SBA bot, your csv data needs to be arranged by exam number\nyour csv file's information should be arranged exactly like the example below.\n\n|SN| EXAM | NAME | MATH | ENG | SCIE | BEMBA | CTS | SS|\n|---|--------|-----------|------|-----|------|-------|-----|---|\n| 1 | 145264 | Learner | 30 | 30 | 30 | 30 | 30 | 30|\n\n## The Following are examples of how information should be passed\n\n```js\n--- status code---:  \n( L / X / -)\n```\n\n```js\n--- subject name ---: \nENGLISH LANGUAGE, SOCIAL STUDIES, CREATIVE AND TECHNOLOGY STUDIES\nICIBEMBA, INTEGRATED SCIENCE \n```\n\n## Initializing a bot\n\n```py\n# import bot class\nfrom code import Bot\n\n# bot init\nsba_bot = Bot()\n\n# login\nsba_bot.login(username=\"user/2021\", password=\"strong_password\")\n\n# select subject \u0026 enter data\nsba_bot.subject_name(name=\"ENGLISH LANGUAGE\", status_code=\"L\").set_data(file=\"data\\data.csv\")\n\n```\n\n## File Structure\n\n| Folder | Description                 |\n| ------ | --------------------------- |\n| data   | contains `csv` file of data |\n\n## How to run\nrun `pip install pipenv` to enter pipenv then run `pipenv install` then run `python main.py` to start the bot\n\n## What i learnt\nheadless browsing with `selenium` and `python`\n\nmight not work for other gra\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwelwankuta%2Fsba-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwelwankuta%2Fsba-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwelwankuta%2Fsba-bot/lists"}