{"id":20313504,"url":"https://github.com/engineer-man/felix","last_synced_at":"2025-09-02T18:47:50.585Z","repository":{"id":34457205,"uuid":"147960387","full_name":"engineer-man/felix","owner":"engineer-man","description":"Felix Discord Bot","archived":false,"fork":false,"pushed_at":"2024-11-24T20:35:55.000Z","size":1548,"stargazers_count":101,"open_issues_count":4,"forks_count":49,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-01T22:36:13.183Z","etag":null,"topics":["discord-bot","hacktoberfest","python"],"latest_commit_sha":null,"homepage":"https://engineerman.org/discord","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/engineer-man.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}},"created_at":"2018-09-08T18:43:06.000Z","updated_at":"2025-06-03T07:36:33.000Z","dependencies_parsed_at":"2023-02-17T13:25:15.371Z","dependency_job_id":"6105e8e1-688a-45b7-8c1a-bcc42e61b76d","html_url":"https://github.com/engineer-man/felix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/engineer-man/felix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineer-man%2Ffelix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineer-man%2Ffelix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineer-man%2Ffelix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineer-man%2Ffelix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engineer-man","download_url":"https://codeload.github.com/engineer-man/felix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineer-man%2Ffelix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273333497,"owners_count":25086972,"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-09-02T02:00:09.530Z","response_time":77,"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":["discord-bot","hacktoberfest","python"],"created_at":"2024-11-14T18:11:21.498Z","updated_at":"2025-09-02T18:47:50.557Z","avatar_url":"https://github.com/engineer-man.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Felix\nFelix Discord Bot\n\n## Getting started\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n* **Python 3.9** or higher\n\n### Installing\n#### without docker\n```\ngit clone https://github.com/engineer-man/felix.git\npip install -U -r requirements.txt\n```\nDuplicate `config.json.sample` and rename it `config.json` and update it with your own discord bot token.\n\nDuplicate `state.json.sample` and rename it `state.json`.\n\n`cd python`  \nDuplicate `felix.sqlite.sample` and rename it `felix.sqlite`.\n\n### Running the bot\nUsing python\n```\ncd python\npython3 bot.py\n```\nUsing Docker\n```\ndocker-compose up\n```\n\n### Creating your own python bot extension (cog)\nThis bot uses the `discord.py API wrapper` (https://discordpy.readthedocs.io/en/latest/)\n\nYou can create new bot commands or tasks by creating your own extension/cog.\n\n### Contributing to Felix\nIf you want to contribute to Felix you can just submit a pull request.\n#### Code styling / IDE Settings\nPlease style your code according to these guidelines when writing python code for Felix:\n* maximum line length is 99 columns \n* use 4 spaces for indentation\n* files end with a newline \n* lines should not have trailing whitespace\n\nIf you want to use an auto formatter please use `autopep8`\n\nExample config for VSCode:\n```\n\"[python]\": {\n    \"editor.rulers\": [\n        99\n    ],\n    \"editor.tabSize\": 4,\n},\n\"files.insertFinalNewline\": true,\n\"files.trimTrailingWhitespace\": true,\n\"editor.trimAutoWhitespace\": true,\n\"python.formatting.provider\": \"autopep8\",\n\"python.formatting.autopep8Args\": [\"--max-line-length\", \"99\"],\n```\n\nYou can visit us on our discord: https://discord.gg/engineerman\n to ask questions and see felix in action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineer-man%2Ffelix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineer-man%2Ffelix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineer-man%2Ffelix/lists"}