{"id":23395712,"url":"https://github.com/randogoth/fatumbot.py","last_synced_at":"2025-10-10T05:11:37.203Z","repository":{"id":168972246,"uuid":"644811818","full_name":"randogoth/fatumbot.py","owner":"randogoth","description":"Fatum Bot inspired Interface for the Randonautica API, to be used in chatbot implementations.","archived":false,"fork":false,"pushed_at":"2023-05-24T10:19:56.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T19:05:35.170Z","etag":null,"topics":["fatum-project","randonautica","randonauts"],"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/randogoth.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-24T09:59:57.000Z","updated_at":"2023-05-24T10:22:59.000Z","dependencies_parsed_at":"2023-05-28T09:00:10.806Z","dependency_job_id":null,"html_url":"https://github.com/randogoth/fatumbot.py","commit_stats":null,"previous_names":["randogoth/fatumbot.py"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/randogoth/fatumbot.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randogoth%2Ffatumbot.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randogoth%2Ffatumbot.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randogoth%2Ffatumbot.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randogoth%2Ffatumbot.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randogoth","download_url":"https://codeload.github.com/randogoth/fatumbot.py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randogoth%2Ffatumbot.py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002787,"owners_count":26083468,"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-10-10T02:00:06.843Z","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":["fatum-project","randonautica","randonauts"],"created_at":"2024-12-22T07:17:02.373Z","updated_at":"2025-10-10T05:11:37.198Z","avatar_url":"https://github.com/randogoth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FatumBot.py\n\nA Fatum Bot inspired Interface Class for the Randonautica API, to be used in chatbot implementations. Requires a valid Randonautica API token.\n\n## Dependencies\n\nThe class requires the *Requests* module. Install by:\n\n```\n$ pip install requests\n```\n\n## Usage\n\n```python\n\u003e\u003e\u003e from dotenv import load_dotenv\n\u003e\u003e\u003e from fatumbot import FatumBot\n\n\u003e\u003e\u003e # load the Randonautica API token\n\u003e\u003e\u003e load_dotenv()\n\u003e\u003e\u003e RNDO_TOKEN = os.getenv('RNDO_TOKEN')\n\n\u003e\u003e\u003e # instantiate the class and generate points\n\u003e\u003e\u003e r = FatumBot(RNDO_TOKEN)\n\u003e\u003e\u003e coords = stringToGeo(\"29.97913,31.13427\")\n\u003e\u003e\u003e r.setLocation('user1', coords['lat'], coords['lon'])\n\n['Location set with radius 2000.\\nUse `/radius \u003cradius\u003e` if you want to change your search radius.']\n\n\u003e\u003e\u003e r.setRadius('user1', 1800)\n\n['Your search radius has been set to 1800 meters!']\n\n\u003e\u003e\u003e r.fetchBlindspot('user1', 'quantum')\n\n['Blindspot found:\\nEntropy: `temporal`\\nLatitude: `29.9812`\\nLongitue: `31.1439`\\nDistance: `958.53`m\\nBearing: `76.22`°', 'geo:29.9812,31.1439']\n\n\u003e\u003e\u003e r.fetchAnomaly('user1', 'attractor')\n\n['Attractor anomaly found:\\nEntropy: `temporal`\\nLatitude: `29.9812`\\nLongitue: `31.1439`\\nPower: `3.26`\\nRadius: `67`m\\nZ-score: `3.56`\\nDistance: `958.53`m\\nBearing: `76.22`°', 'geo:29.9812,31.1439']\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandogoth%2Ffatumbot.py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandogoth%2Ffatumbot.py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandogoth%2Ffatumbot.py/lists"}