{"id":16105608,"url":"https://github.com/charlesyuan02/eve-bot","last_synced_at":"2025-03-18T08:31:55.119Z","repository":{"id":40450567,"uuid":"353910693","full_name":"CharlesYuan02/eve-bot","owner":"CharlesYuan02","description":"A Discord bot I created in Python. Her name is Eve.","archived":false,"fork":false,"pushed_at":"2023-04-01T05:51:19.000Z","size":282,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T08:28:44.526Z","etag":null,"topics":["chatbot","discord-bot","discord-py","nextcord","transformers"],"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/CharlesYuan02.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":"2021-04-02T05:03:34.000Z","updated_at":"2024-04-07T23:08:18.000Z","dependencies_parsed_at":"2024-08-04T00:32:58.361Z","dependency_job_id":null,"html_url":"https://github.com/CharlesYuan02/eve-bot","commit_stats":null,"previous_names":["charlesyuan02/eve-bot","chubbyman2/eve-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesYuan02%2Feve-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesYuan02%2Feve-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesYuan02%2Feve-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesYuan02%2Feve-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CharlesYuan02","download_url":"https://codeload.github.com/CharlesYuan02/eve-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910749,"owners_count":20367545,"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":["chatbot","discord-bot","discord-py","nextcord","transformers"],"created_at":"2024-10-09T19:10:10.714Z","updated_at":"2025-03-18T08:31:54.724Z","avatar_url":"https://github.com/CharlesYuan02.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eve-bot\n\u003cimg src=\"https://i.ytimg.com/vi/o-l269A9I38/maxresdefault.jpg\"\u003e\n\n## Introduction\nA Discord bot I created in Python. Her name is Eve. I've been working on her since the summer of 2020, and I said that once I get a working chatbot feature up, I'd host her on Heroku for everyone to use full-time, along with posting the code on my Github. So, at long last, here she is. \n\nDisclaimer: The images are from an old MMORPG named \u003ca href=\"https://elsword.koggames.com/\"\u003eElsword\u003c/a\u003e. I take no credit.\n\nIf you would like more information on her different commands, please refer to my \u003ca href=\"https://charles-yuan.netlify.app/eve.html\"\u003ewebsite\u003c/a\u003e.\n\n## Getting Started\nTo get started, you'll need to \u003ca href=\"https://discord.com/developers/docs/intro\"\u003esign up\u003c/a\u003e to become a Discord developer, create a bot (application), then get your token. \n\n### Deployment\nOnce you have your token, if you are deploying locally, go to line 231 in ```eve.py``` and replace TOKEN with your token:\n\n```\nself.client.run(\"YOUR TOKEN HERE\")\n```\n\nFinally, you can run:\n```\npython eve.py\n```\n\n### Prerequisites\n```\nasyncio==3.4.3\nnextcord==2.0.0a8\ndatetime==4.3\nbs4==0.0.1\npython-docx==0.8.11\nrequests==2.26.0\nrequests_html==0.10.0\nurllib3==1.26.6\nwikipedia==1.4.0\nPyDictionary==2.0.1\nmathparse==0.1.2\npython-dateutil==2.7.5\nsqlalchemy==1.3.0\npytz==2021.1\n```\n\n## Built With\n### nextcord (previously discord.py)\nAn API wrapper for Discord written in Python. Migrated from the previous version (discord.py). Basically the backbone of this entire project.\n\n### transformers (pytorch-transformers by Hugging Face)\nHugging Face's transformers library provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio. I mainly used it for Eve's chatbot function, which worked very well but can't be deployed due to the RAM limitations of Heroku Dynos (max. 512 MB each). \n\n## Future Plans\n### Update (Feb 21, 2022):\nEve has now been migrated to nextcord and is now the official bot of the EngSci Machine Intelligence 2T4 server!\n\n### Update (Feb 23, 2022):\n;-; I can't deploy the chatbot function. Is anyone willing to sponsor me $250/month for the Performance M Dyno package?\n\n### Update (Mar 11, 2022):\nEve now has embeds! They're integrated into the help, define, and wiki commands.\n\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://github.com/Chubbyman2/eve-bot/blob/main/docs/eve_embed_sample_2.PNG\" width=\"412\"\u003e\n\u003cimg src=\"https://github.com/Chubbyman2/eve-bot/blob/main/docs/eve_embed_sample.png\" width=\"412\"\u003e\n\u003c/p\u003e\n\n### Update (Mar 14, 2022):\nEve received her first PR! Thanks to \u003ca href=\"https://github.com/jonah-chen\"\u003eJonah Chen\u003c/a\u003e for fixing the weird Latex formatting issue with the wiki command. \n\n### Update (Mar 15, 2022):\nBig thanks to \u003ca href=\"https://github.com/Gerlesh\"\u003eCarlos\u003c/a\u003e for adding docstrings, improving the help command, adding in the is_Owner() check, and overall improving on Eve!\n## License\nThis project is licensed under the MIT License - see the \u003ca href=\"https://github.com/Chubbyman2/eve-bot/blob/main/LICENSE\"\u003eLICENSE\u003c/a\u003e file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlesyuan02%2Feve-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlesyuan02%2Feve-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlesyuan02%2Feve-bot/lists"}