{"id":13316241,"url":"https://github.com/Lautenschlager-id/Fromage","last_synced_at":"2025-03-10T22:32:54.998Z","repository":{"id":107245173,"uuid":"159975606","full_name":"Lautenschlager-id/Fromage","owner":"Lautenschlager-id","description":"An API for the Atelier801's forums.","archived":false,"fork":false,"pushed_at":"2020-04-13T21:00:07.000Z","size":4533,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-29T19:13:27.291Z","etag":null,"topics":["api","atelier801","bot","forum","fromage","lua","luvit","transformice","transfromage"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/Lautenschlager-id.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOGS.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=TSTEG3PXK4HJ4\u0026source=url"}},"created_at":"2018-12-01T18:37:32.000Z","updated_at":"2024-06-10T20:47:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"394bb0ec-fae8-4414-aebc-708a849a6e31","html_url":"https://github.com/Lautenschlager-id/Fromage","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/Lautenschlager-id%2FFromage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lautenschlager-id%2FFromage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lautenschlager-id%2FFromage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lautenschlager-id%2FFromage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lautenschlager-id","download_url":"https://codeload.github.com/Lautenschlager-id/Fromage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242939415,"owners_count":20209874,"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":["api","atelier801","bot","forum","fromage","lua","luvit","transformice","transfromage"],"created_at":"2024-07-29T18:20:37.844Z","updated_at":"2025-03-10T22:32:54.987Z","avatar_url":"https://github.com/Lautenschlager-id.png","language":"Lua","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=TSTEG3PXK4HJ4\u0026source=url"],"categories":[],"sub_categories":[],"readme":"[![Donate](https://img.shields.io/badge/Donate-PayPal-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=TSTEG3PXK4HJ4\u0026source=url)\n\n\u003cp align='center'\u003e\u003ca href='https://atelier801.com/topic?f=5\u0026t=917024'\u003e\u003cimg src=\"http://img.atelier801.com/3f24f22d.png\" title=\"Fromage\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n**Atelier801's Forum API written in Lua (5.1▲) using the Luvit runtime environment**\n\n## About\n\nThe [Atelier801's Forum](https://atelier801.com/forums) is a forum created by the french company [Atelier801](http://societe.atelier801.com/) for players from [Transformice](https://www.transformice.com/), an online independent multiplayer free-to-play platform video game, and other smaller projects.\n\n[Luvit](https://luvit.io/) is an open-source, asynchronous I/O Lua runtime environment that makes HTTP requests possible for the Lua programming language.\n\n**Fromage API** is a [documented RESTful API](docs) that allows developers to make bots for the mentioned forum.\n\nJoin the **_[Fifty Shades of Lua](https://discord.gg/quch83R)_** [discord](https://discordapp.com/) to discuss about this API and to have special support.\n\nSee also the **[TransFromage API](https://github.com/Lautenschlager-id/Transfromage)** for the game Transformice.\n\n## Installation\n\n- To install Luvit, visit https://luvit.io and follow the instructions provided for your platform.\n\t- If you have problems installing it on Windows, please use [Get-Lit](https://github.com/SinisterRectus/get-lit)\n- To install **Fromage**, run `lit install Lautenschlager-id/fromage`\n- Run your bot script using, for example, `luvit bot.lua`\n\n###### If you are new and can't follow these steps, please consider using the _MyFirstBot.zip_ that comes with the executables and API already.\u003cbr\u003e_(4MB)_ [Windows](https://github.com/Lautenschlager-id/Fromage/raw/master/MyFirstBot/Windows.zip) | [Linux](https://github.com/Lautenschlager-id/Fromage/raw/master/MyFirstBot/Linux.zip)\n\n### API Update\n\nTo update the API automatically all you need to do is to create a file named `autoupdate` in the bot's path.\u003cbr\u003e\nYou can create it running `echo \u003e\u003e autoupdate` (for Windows) or `touch autoupdate` (for Linux);\n\nThe update will overwrite all the old files and dependencies.\n\nFor semi-automatic updates (asks permission before updating), create the file `semiautoupdate` instead.\n\n## Base example\n\n```Lua\nlocal api = require(\"fromage\")\nlocal client = api()\n\ncoroutine.wrap(function()\n\tclient.connect(\"Username#0000\", \"password\")\n\n\tif client.isConnected() then\n\t\t-- TODO\n\tend\n\n\tclient.disconnect()\n\tos.execute(\"pause \u003enul\")\nend)()\n```\n\n## Contributors\n\n###### This project follows the [all-contributors](https://allcontributors.org/docs/en/emoji-key) specification.\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://bit.ly/laut-id\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/26045253?v=4\" width=\"100px;\" alt=\"Lautenschlager\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLautenschlager\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Lautenschlager-id/Fromage/commits?author=Lautenschlager-id\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/Lautenschlager-id/Fromage/commits?author=Lautenschlager-id\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/Lautenschlager-id/Fromage/issues?q=author%3ALautenschlager-id\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/Lautenschlager-id/Fromage/commits?author=Lautenschlager-id\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#example-Lautenschlager-id\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-Lautenschlager-id\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#design-Lautenschlager-id\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLautenschlager-id%2FFromage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLautenschlager-id%2FFromage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLautenschlager-id%2FFromage/lists"}