{"id":24708252,"url":"https://github.com/clementlecorre/ratpbot","last_synced_at":"2026-04-19T03:02:27.192Z","repository":{"id":104873919,"uuid":"57891470","full_name":"clementlecorre/ratpBot","owner":"clementlecorre","description":"Telegram bot for ratp info","archived":false,"fork":false,"pushed_at":"2017-10-26T19:03:11.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T19:08:35.017Z","etag":null,"topics":["docker","python3","ratp","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"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/clementlecorre.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":"2016-05-02T13:16:59.000Z","updated_at":"2018-04-06T15:36:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbbc7c07-109f-4cee-bc92-e47ce7b00d20","html_url":"https://github.com/clementlecorre/ratpBot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/clementlecorre/ratpBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementlecorre%2FratpBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementlecorre%2FratpBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementlecorre%2FratpBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementlecorre%2FratpBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clementlecorre","download_url":"https://codeload.github.com/clementlecorre/ratpBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementlecorre%2FratpBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["docker","python3","ratp","telegram","telegram-bot"],"created_at":"2025-01-27T06:29:39.403Z","updated_at":"2026-04-19T03:02:27.124Z","avatar_url":"https://github.com/clementlecorre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ratp Bot\n\n\nA bot that will provide schedules and alerts for RATP trains, subways, and buses in France.\n\nThis Bot is written in Python3 with the help from the pyTelegramBotAPI and RATP API.\n\nTelegram Bot @ratpbot\n\nTelegram Bot store : https://storebot.me/bot/ratpbot\n\nIf you like our bot, please put ⭐️⭐️⭐️⭐️⭐️ in the storebot\n\n# Getting token\n\nOpen the file \"bot.py\" and replace following token with your options:\n\n```\n-e API_TOKEN='YOUR TOKEN'\n```\n\nThis should be your Token received from @Botfather.\n\n\n# Getting starting  \n\nStarting bot in docker container :\n\n```\ndocker build -t ratpbot:latest . \u0026\u0026 docker run -itd -h ratpbot --name ratpbot -e API_TOKEN=your-token ratpbot:latest\n```\n\nFrom dockerhub\n```\ndocker run -d --restart always -h ratpbot --name ratpbot -e API_TOKEN=your-token cl3m3nt/ratpbot:latest\n```\n\n# Commands\n\nSyntaxe :\n\n```\n/metro - syntaxe -\u003e /metro \u003cligne\u003e \u003carret\u003e : Affiche les horraires du metro\n/rer - syntaxe -\u003e /rer \u003cligne\u003e \u003carret\u003e : Affiche les horraires du RER\n/tram - syntaxe -\u003e /tram \u003cligne\u003e \u003carret\u003e : Affiche les horraires du tram\n/bus - syntaxe -\u003e /bus \u003cligne\u003e \u003carret\u003e : Affiche les horraires du bus\n/noctilien - syntaxe -\u003e /noctilien \u003cligne\u003e \u003carret\u003e : Affiche les horraires du noctilien\n/alert - syntaxe -\u003e /alert \u003c{manif, travaux, alerte}\u003e \u003c{metro,tram,rer}\u003e : Affiche les alertes\n```\n\n# Commands :\n\n```\nUsername, [03.05.16 22:10]\n/metro 1 Champs def\n\nratp 🚇, [03.05.16 22:10]\n🚩 Prochains passages du metro ligne 1 à l'arrêt Champs Elysees Clemenceau :\n🚉—Champs Elysees Clemenceau: Train a l'approche direction La Defense;\n🚉—Champs Elysees Clemenceau: 4 mn direction La Defense;\n🚉—Champs Elysees Clemenceau: 9 mn direction La Defense;\n🚉—Champs Elysees Clemenceau: 14 mn direction La Defense;\n```\n\n```\nUsername, [03.05.16 22:10]\n/metro 1 Champs def\n\nratp 🚇, [03.05.16 22:10]\n🚩 Prochains passages du metro ligne 1 à l'arrêt Champs Elysees Clemenceau :\n🚉—Champs Elysees Clemenceau: Train a l'approche direction La Defense;\n🚉—Champs Elysees Clemenceau: 4 mn direction La Defense;\n🚉—Champs Elysees Clemenceau: 9 mn direction La Defense;\n🚉—Champs Elysees Clemenceau: 14 mn direction La Defense;\n\nUsername, [04.05.16 10:16]\n/bus 132\n\nratp 🚇, [04.05.16 10:16]\n🚉 Stations :\n— Place de la Liberte ;\n— Camille Risch ;\n— Bibliotheque Chevaleret ;\n— Edouard Til ;\n— Solidarite A. Huon ;\n— Groupe Scolaire Jean Jacques Rousseau ;\n— Jean le Galleu ;\n— Paul Armangot ;\n— Bibliotheque F. Mitterrand ;\n— Lucien Selva ;\n— Audigeois ;\n— Mairie d'Ivry Metro ;\n— Cite Jardin ;\n— Utrillo ;\n— Regnault ;\n— Hotel de Ville R. Derry ;\n— Patay Tolbiac ;\n— Porte de Vitry ;\n— Julian Grimau Voie Verte ;\n— Moulin Vert ;\n— Rue des Jardins ;\n— Louis Bertrand ;\n— Eglise de Vitry ;\n— Exploradome ;\n— Colonel Fabien ;\n— Ledru Rollin ;\n— Malraux Ch. Infroit ;\n— Oudine ;\n— Lavoisier Carrieres ;\n— Edouard Tremblay ;\n— Fort d'Ivry ;\n— Gymnase Auguste Delaune ;\n— Camelinat ;\n— Maurice Coutant ;\n— Voltaire ;\n\nUsername, [04.05.16 10:16]\n/bus 132 Utrillo\n\nratp 🚇, [04.05.16 10:16]\n🚩 Prochains passages du bus ligne 132 à l'arrêt Utrillo :\n🚉—Utrillo: 1 mn direction Vitry Moulin Vert;\n🚉—Utrillo: 7 mn direction Vitry Moulin Vert;\n🚉—Utrillo: 6 mn direction Bibliotheque F. Mitterrand;\n🚉—Utrillo: 16 mn direction Bibliotheque F. Mitterrand;\n\nUsername, [04.05.16 10:17]\n/bus 132 Utrillo vitry\n\nratp 🚇, [04.05.16 10:17]\n🚩 Prochains passages du bus ligne 132 à l'arrêt Utrillo :\n🚉—Utrillo: 0 mn direction Vitry Moulin Vert;\n🚉—Utrillo: 7 mn direction Vitry Moulin Vert;\n```\n\n\nUpdate\n\n\n\n```\nUsername, [27.05.16 18:28]\n/go\n\nratp 🚇, [27.05.16 18:28]\n[In reply to Username]\nHeee salut tu veux prendre le metro, rer, tram, bus ou noctilien ?  😉😉\n\nUsername, [27.05.16 18:28]\nmetro\n\nratp 🚇, [27.05.16 18:28]\n[In reply to Username]\nQuelle ligne de metro ?\n\nClément, [27.05.16 18:28]\n13\n\nratp 🚇, [27.05.16 18:29]\n[In reply to Username]\nQuel arret pour la ligne de metro 13 ?\n\nUsername, [27.05.16 18:29]\ninvalides\n\nratp 🚇, [27.05.16 18:29]\n🚩 Prochains passages du metro ligne 13 à l'arrêt Invalides :\n🚉—Invalides: 0 mn direction Saint Denis Universit;\n🚉—Invalides: 2 mn direction Asnieres Gennevilliers Les Courtilles;\n🚉—Invalides: 4 mn direction Saint Denis Universit;\n🚉—Invalides: 6 mn direction Asnieres Gennevilliers Les Courtilles;\n🚉—Invalides: Train a quai direction Chatillon Montrouge;\n🚉—Invalides: 0 mn direction Chatillon Montrouge;\n🚉—Invalides: 2 mn direction Chatillon Montrouge;\n🚉—Invalides: 4 mn direction Chatillon Montrouge;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclementlecorre%2Fratpbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclementlecorre%2Fratpbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclementlecorre%2Fratpbot/lists"}