{"id":16135299,"url":"https://github.com/xnuinside/pypi_tools_bot","last_synced_at":"2025-06-25T05:42:07.171Z","repository":{"id":116643650,"uuid":"282667488","full_name":"xnuinside/pypi_tools_bot","owner":"xnuinside","description":"PyPi Tools Bot for Telegram (@pypi_tools_bot) - subscribe to get updates about new releases of your favorite packages, search packages, get downloads statistics","archived":false,"fork":false,"pushed_at":"2020-10-24T14:18:38.000Z","size":1656,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T16:18:12.535Z","etag":null,"topics":["downloads","pypi","pypi-packages","python3","releases","releases-digest","statistics","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/pypi_tools_bot","language":"Python","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/xnuinside.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":"2020-07-26T14:32:27.000Z","updated_at":"2024-10-18T23:50:32.000Z","dependencies_parsed_at":"2023-03-13T12:57:03.971Z","dependency_job_id":null,"html_url":"https://github.com/xnuinside/pypi_tools_bot","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"2ae408e510dcc30c39475af1f9cba8af866c54ee"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xnuinside/pypi_tools_bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnuinside%2Fpypi_tools_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnuinside%2Fpypi_tools_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnuinside%2Fpypi_tools_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnuinside%2Fpypi_tools_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xnuinside","download_url":"https://codeload.github.com/xnuinside/pypi_tools_bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnuinside%2Fpypi_tools_bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261814844,"owners_count":23213809,"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":["downloads","pypi","pypi-packages","python3","releases","releases-digest","statistics","telegram","telegram-bot"],"created_at":"2024-10-09T23:06:52.316Z","updated_at":"2025-06-25T05:42:07.128Z","avatar_url":"https://github.com/xnuinside.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Python PyPi Bot for Telegram \r\n\r\nBot provide set of commands to work with PyPi \r\n\r\nYou can use Bot in Telegram - https://t.me/pypi_tools_bot (alive and you can use it and try)\r\n\r\nOr set up it \u0026 run on your own server \u0026 telegram bot.\r\n\r\n![PyPi Tools Bot](img/pypi_tools.gif)\r\n\r\nAvailable commands:\r\n\r\n- **/track package_name**\r\n\r\n    Description: Command to add package to your track for getting updates about new releases on PyPi. \r\n                 You will get notification when new release will be able on PyPi. \\n\" \\\r\n    Example: */track flask*\r\n    \r\n    Sub-command **:stop** \r\n    \r\n        Description: use for removing package from track and stop getting updates about releases \\n\" \\\r\n        Example: */track:stop*\r\n    \r\n    Sub-command **:nodev** \r\n    \r\n        Description: to get updates without dev releases (versions alpha, beta and etc will be excluded from notifications)\r\n        Example: */track:nodev flask*\r\n\r\n\r\n- **/stats package_name**\r\n    \r\n    Description: return download statistic for last 5 days\r\n    \r\n    You can setup for how many days you want to have statistic with defining days numbers after command.\r\n    Example: */stats:10 gino* Bot will send to you download statistic for 10 days.\r\n\r\n- **/plot package_name**\r\n    \r\n    Description: return plot with download statistic for last 5 days\r\n    \r\n    You can setup for how many days you want to have statistic with defining days numbers after command.\r\n    Example: */plot:10 gino* Bot will send to you download statistic for 10 days.\r\n\r\n\r\n- **/search package_name**\r\n    \r\n    Description: return info about package and links to Package's homepage and PyPi page\r\n    Example: */search package_name*\r\n    \r\n    Sub-command **:detailed**\r\n        \r\n        Description: return explicit info about package\r\n        Example: */search:detailed package_name*\r\n    \r\n\r\n- **/help**\r\n\r\n    Description: To get help\r\n    \r\n- **/releases package_name**\r\n\r\n    Description: Use this command to get a list with 7 last package releases with dates.\r\n    Example: */releases aiohttp*\r\n    \r\n    Sub-command **/releases:full** \r\n        Description: to get full list of package releases with dates\r\n        Example: */releases:full aiohttp*\r\n\r\n\r\n- **/random** \r\n\r\n    Commands returns random package from PyPi\r\n    Example: */random*\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnuinside%2Fpypi_tools_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxnuinside%2Fpypi_tools_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnuinside%2Fpypi_tools_bot/lists"}