{"id":16484763,"url":"https://github.com/damdo/hackabot-bottega-pabot","last_synced_at":"2025-08-13T05:04:26.906Z","repository":{"id":92066153,"uuid":"122246855","full_name":"damdo/hackabot-bottega-pabot","owner":"damdo","description":"Telegram Bot :robot: winner of the Open Data Hackabot 2018 (hackathon)","archived":false,"fork":false,"pushed_at":"2018-09-04T13:46:09.000Z","size":1369,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T23:59:16.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.odhb2018.net","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damdo.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-02-20T19:41:33.000Z","updated_at":"2018-09-04T13:46:10.000Z","dependencies_parsed_at":"2023-03-20T22:06:44.652Z","dependency_job_id":null,"html_url":"https://github.com/damdo/hackabot-bottega-pabot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/damdo/hackabot-bottega-pabot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damdo%2Fhackabot-bottega-pabot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damdo%2Fhackabot-bottega-pabot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damdo%2Fhackabot-bottega-pabot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damdo%2Fhackabot-bottega-pabot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damdo","download_url":"https://codeload.github.com/damdo/hackabot-bottega-pabot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damdo%2Fhackabot-bottega-pabot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183606,"owners_count":24541341,"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-08-13T02:00:09.904Z","response_time":66,"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":[],"created_at":"2024-10-11T13:18:11.275Z","updated_at":"2025-08-13T05:04:26.867Z","avatar_url":"https://github.com/damdo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## damdo/hackabot-bottega-pabot\n\n:robot: **Telegram Bot winner** of the **Open Data Hackabot 2018** (hackathon)\ndeveloped for the *Provincia Autonoma di Trento (PaT)* by me and my team, the BOTtega. https://www.odhb2018.net/\n\n\u003cbr\u003e\n\u003cimg src=\"assets/pabot_poster.png\" \u003e\n\n\n### CREDITS:\nBOTtega team:\n- Damiano Donati https://github.com/damdo\n- Nicola Garau https://github.com/a7ocin\n- Ivan Kayongo https://github.com/benhurIvo\n- Andrea Zanella\n\n### SPONSOR AND MENTORS:\nThanks also to our mentors, sponsors and committee:\n- Nicola Cracchi Bianchi, Piergiorgio Cipriano and Giulia Degli Esposti from [Dedagroup](https://www.dedagroup.it)\n- Carlo Caprini from [U-Hopper](https://u-hopper.com) for the precious help\n- The girls and guys at [Provincia Autonoma di Trento](http://www.provincia.tn.it), [Open Data Trentino](https://dati.trentino.it) and [Informatica Trentina](https://www.infotn.it): Cristiana, Francesca, Antonella, Marco, Alessandro, Mirko, Nicola, Federico, and all the others involved in the organization of this inspiring event \n\n\n\u003chr\u003e\u003chr\u003e\n\n### USAGE:\nPre-requisites and running steps\n\n#### PRE-REQUISITES:\n- docker-ce up and running\n- **IMPORTANT**: to run the bot container properly you must link it to a backend container that exposes data for it in JSON. (we already have a custom backend designed for specific testing purposes, contact us  if you need it)\n\n\n#### RUN:\n```sh\n# run your backend-service container (not included in this repo)\ndocker build -t hackabot-bottega-backend-service .\ndocker run --rm -it --name hackabot-bottega-backend-service hackabot-bottega-backend-service\n\n# run the bot container\ndocker build -t hackabot-bottega-pabot .\ndocker run --rm -it -e BOT_TOKEN=\u003cyour-telegram-bot-api-key\u003e --link hackabot-bottega-backend-service:hackabot-bottega-backend-service --name hackabot-bottega-pabot hackabot-bottega-pabot\n```\n\nThis project uses third party libraries that are distributed under their own terms (See 3RD-PARTY file)\nIt internally uses:\n- the python-telegram-bot library: https://github.com/python-telegram-bot/python-telegram-bot\n- the requests library: https://github.com/requests/requests\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamdo%2Fhackabot-bottega-pabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamdo%2Fhackabot-bottega-pabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamdo%2Fhackabot-bottega-pabot/lists"}