{"id":22364058,"url":"https://github.com/tonychouteau/botmanagerapi","last_synced_at":"2026-04-09T18:10:57.240Z","repository":{"id":91428929,"uuid":"262009153","full_name":"TonyChouteau/BotManagerAPI","owner":"TonyChouteau","description":"Rest API to manage bot with web \u0026 discord acces","archived":false,"fork":false,"pushed_at":"2020-06-05T19:47:34.000Z","size":1071,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T16:36:05.339Z","etag":null,"topics":["bash-script","discordjs","expressjs","javascript","nodejs","reactjs","rest-api"],"latest_commit_sha":null,"homepage":"http://vps.tonychouteau.fr/bots","language":"JavaScript","has_issues":false,"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/TonyChouteau.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":"2020-05-07T09:37:37.000Z","updated_at":"2022-09-09T16:02:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb055efe-11b3-4ce0-80c0-ec7b1533eed1","html_url":"https://github.com/TonyChouteau/BotManagerAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyChouteau%2FBotManagerAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyChouteau%2FBotManagerAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyChouteau%2FBotManagerAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonyChouteau%2FBotManagerAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonyChouteau","download_url":"https://codeload.github.com/TonyChouteau/BotManagerAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245678904,"owners_count":20654738,"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":["bash-script","discordjs","expressjs","javascript","nodejs","reactjs","rest-api"],"created_at":"2024-12-04T17:18:20.313Z","updated_at":"2026-04-09T18:10:57.209Z","avatar_url":"https://github.com/TonyChouteau.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **REST API project**\n\n## **Description**\n\nThis project presents a way to manage bots and how we can discuss with them. It's an API which is using REST. It allows you to create, update and manage bots, including their brain(s) *-- Rivescript files which describes their behavior --* and their mouth(s) *-- which allows them to talk on different platforms*.\n\n## **Installation**\n\nThis project uses node, make sure you have installed it, then do :\n\nInstall all modules : \n\n```bash\nnpm install\n```\n\nStart the Server :\n```\nnpm start\n```\n\n## **Use the API**\n\n[Documentation API](./resources/wiki/DOC.MD)\n\n## **Discord mouth**\n\n[Documentation API](./resources/wiki/DISCORD.MD)\n\n## **Web mouth**\n\nN/A\n\n## **Testing Script**\n\nThe script [test.sh](test.sh) allows you to test some requests written in [request.txt](request.txt).\n\n### Synopsis\n\n./test.sh \\\u003carg\u003e [line]\n\n\\\u003carg\u003e :\n* -h, -help : *Displays the help*\n* -s, -short : *Displays the short version of the test*\n* -d, -details : *Displays the detailed version of the test*\n* -l, -line : *Executes the line [line] of the file request.txt*\n\n[line] :\n\n* *Can only be used with the -line option*\n\n## **Potential Errors**\n\nIf you are using windows, [test.sh](test.sh) may encounter this error :\n```\nUnknown command \"\\r$\"\n```\nTo solve this error, you can use one of the following commands :\n```bash\nsed -i 's/\\r$//' test.sh request.txt\n``` \nOR \n```bash\ndos2unix test.sh; dos2unix request.txt\n```\n\n## **Authors**\n\n* Tony CHOUTEAU\n* Sébastien HERT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonychouteau%2Fbotmanagerapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonychouteau%2Fbotmanagerapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonychouteau%2Fbotmanagerapi/lists"}