{"id":17606479,"url":"https://github.com/revolter/dexrobot","last_synced_at":"2026-03-04T11:30:57.508Z","repository":{"id":19475615,"uuid":"87128974","full_name":"revolter/DexRoBot","owner":"revolter","description":"Telegram Bot that searches definitions for Romanian words using dexonline.ro","archived":false,"fork":false,"pushed_at":"2023-03-02T08:00:44.000Z","size":4343,"stargazers_count":18,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T14:53:13.081Z","etag":null,"topics":["bot","python","python3","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/DexRoBot","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/revolter.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":"2017-04-03T23:05:05.000Z","updated_at":"2025-08-24T21:40:24.000Z","dependencies_parsed_at":"2024-10-22T22:37:43.194Z","dependency_job_id":"2d344036-fbe9-458d-8e38-7410e6c692b0","html_url":"https://github.com/revolter/DexRoBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/revolter/DexRoBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revolter%2FDexRoBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revolter%2FDexRoBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revolter%2FDexRoBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revolter%2FDexRoBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revolter","download_url":"https://codeload.github.com/revolter/DexRoBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revolter%2FDexRoBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bot","python","python3","telegram","telegram-bot"],"created_at":"2024-10-22T15:44:37.100Z","updated_at":"2026-03-04T11:30:57.323Z","avatar_url":"https://github.com/revolter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"/images/logo.png\" width=\"28\"/\u003e Dex Bot\n\n## Introduction\n\nTelegram Bot that uses [dexonline.ro](https://dexonline.ro)'s API to search\nRomanian words definitions. The bot currently runs as\n[@DexRoBot](https://t.me/DexRoBot).\n\n### Main functionality\n\n\u003cimg alt=\"Main screenshot 1\" src=\"images/screenshot_main_1@2x.png\" width=\"276\"\nheight=\"320\"\u003e\u003cimg alt=\"Main screenshot 2\" src=\"images/screenshot_main_2@2x.png\"\nwidth=\"276\" height=\"320\"\u003e\u003cimg alt=\"Main screenshot 3\"\nsrc=\"images/screenshot_main_3@2x.png\" width=\"276\" height=\"320\"\u003e\n\n### Toggle links feature\n\n\u003cimg alt=\"Toggle links screenshot 1\" src=\"images/screenshot_links_1@2x.png\"\nwidth=\"276\" height=\"288\"\u003e\u003cimg alt=\"Toggle links screenshot 2\"\nsrc=\"images/screenshot_links_2@2x.png\" width=\"276\" height=\"288\"\u003e\u003cimg alt=\"Toggle\nlinks screenshot 3\" src=\"images/screenshot_links_3@2x.png\" width=\"276\"\nheight=\"288\"\u003e\n\n### Word of the day feature\n\n\u003cimg alt=\"Word of the day screenshot\" src=\"images/screenshot_wotd@2x.png\"\nwidth=\"414\" height=\"729\"\u003e\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your\nlocal machine for development and testing purposes.\n\n### Prerequisites\n\nYou need to install [Homebrew](https://brew.sh) by running:\n\n```sh\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\n### Installing\n\nClone the project and install the dependencies by running:\n\n```sh\ncd /desired/location/path\ngit clone https://github.com/revolter/DexRoBot.git\ncd DexRoBot\n\ncurl https://pyenv.run | bash\nexport PATH=\"$HOME/.pyenv/bin:$PATH\"\nsudo apt update\nsudo apt install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev\npyenv install 3.9.0\npyenv global 3.9.0\n\ncurl -sSL https://install.python-poetry.org | python -\npoetry shell\npoetry install\n\ncd src\ncp config_sample.cfg config.cfg\n```\n\nOn Linux, you might need to install the development package of Python by\nrunning:\n\n```sh\nsudo apt install python3-dev\n```\n\nbefore trying to install the dependencies using `pipenv`.\n\nThen, edit the file named `config.cfg` inside the `src` folder with the correct\nvalues and run it using `./main.py --debug`.\n\nUse `exit` to close the virtual environment.\n\n## Deploy\n\nYou can easily deploy this to a cloud machine using\n[Fabric](http://fabfile.org):\n\n```\ncd /project/location/path\n\npoetry shell\n\ncp fabfile_sample.cfg fabfile.cfg\n```\n\nThen, edit the file named `fabfile.cfg` inside the root folder with the correct\nvalues and run Fabric using:\n\n```\nfab setup\nfab deploy\n```\n\nYou can also deploy a single file using `fab deploy --filename=main.py` or `fab\ndeploy --filename=pyproject.toml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevolter%2Fdexrobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevolter%2Fdexrobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevolter%2Fdexrobot/lists"}