{"id":19328907,"url":"https://github.com/nhassl3/blumtap","last_synced_at":"2026-04-08T20:43:20.224Z","repository":{"id":260299021,"uuid":"815248382","full_name":"nhassl3/Blumtap","owner":"nhassl3","description":"A fast python autoclicker is suitable for those who want to earn more Blum points.","archived":false,"fork":false,"pushed_at":"2025-02-06T19:51:23.000Z","size":65072,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T06:44:41.539Z","etag":null,"topics":["blockchain","blum-crypto","clicker","desktop-application","django","django-rest-framework","jsx","opencv-python","python-script","react","tauri","telegram-bot","vite"],"latest_commit_sha":null,"homepage":"https://blumtap.netlify.app/","language":"JavaScript","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/nhassl3.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":"2024-06-14T17:15:54.000Z","updated_at":"2024-12-14T17:21:42.000Z","dependencies_parsed_at":"2025-02-24T06:42:15.990Z","dependency_job_id":"f76a2b86-f106-4d5d-bc64-ead242a38b57","html_url":"https://github.com/nhassl3/Blumtap","commit_stats":null,"previous_names":["nhassl3/blumtap"],"tags_count":6,"template":true,"template_full_name":null,"purl":"pkg:github/nhassl3/Blumtap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhassl3%2FBlumtap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhassl3%2FBlumtap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhassl3%2FBlumtap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhassl3%2FBlumtap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhassl3","download_url":"https://codeload.github.com/nhassl3/Blumtap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhassl3%2FBlumtap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["blockchain","blum-crypto","clicker","desktop-application","django","django-rest-framework","jsx","opencv-python","python-script","react","tauri","telegram-bot","vite"],"created_at":"2024-11-10T02:25:29.591Z","updated_at":"2026-04-08T20:43:20.211Z","avatar_url":"https://github.com/nhassl3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![blumtap-logo](git-assets/blumtap_logo.png)\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django)![GitHub commit activity](https://img.shields.io/github/commit-activity/m/nhassl3/Blumtap-clicker)![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/nhassl3/Blumtap-clicker/total)![GitHub last commit](https://img.shields.io/github/last-commit/nhassl3/Blumtap-clicker)![GitHub contributors from allcontributors.org](https://img.shields.io/github/all-contributors/nhassl3/Blumtap-clicker)\n\n# Blum Tap 👆\n\n### It is clicker for Blum webapp in telegram\n\nThe application is designed to automatically collect stars in a new crypto-bot, as well as an innovative platform that combines the best aspects of modern cryptocurrency technologies\n\n**This script allows you to quickly and as much as possible collect viruses in the game from Blum**\n\n## Instruction for user\n\nYou should just download file from **RELEASE** and install in your machine. Enjoy!\n\n## Dev Instruction\n\n1.  Download and install poetry from the official [website](https://python-poetry.org/docs);\n\n2.  After this steps you should clonning this repository from:\n\n    \u003e git clone https://github.com/nhassl3/Blumtap-clicker.git\n\n3.  Activate the new work environment and update the project to install all dependencies for the script and the backend of the project;\n\n    \u003e poetry shell\\\n    \u003e poetry update\n\n4.  **Create Environment Variable**\n    To create an environment variable for the path to the .env file, you can follow these steps:\n\n    1. Open a terminal or command prompt (preferably bash)\n\n    2. Enter the `export` command and specify the name of the variable and its value:\n\n       ```bash\n       export VITE_ENV_FILE=path/to/.env\n       ```\n\n    3. **Verify that the variable** has been created by running the command:\n\n       ```bash\n       echo $VITE_ENV_FILE\n       ```\n\n    4. Now you can use this variable in the **launch command** of your application:\n\n       `package.json` file:\n\n       ```bash\n       vite --env-file=$VITE_ENV_FILE\n       ```\n\n5.  **Run backend develop server:**\n\n    \u003e cd blumtap_tap_clicker \u0026 cd blumtap_backend \u0026 python manage.py runserver 8084\n\n6.  **Install all dependencies** for fronted, but you should be sure that you download and install node.js:\n\n    \u003e cd .. \u0026 cd app \u0026 cd blumtap-app \u0026 npm i\n\n7.  Change in `src-tauri/tauri.conf.json` file this code:\n\n        \"build\": {\n            \"beforeBuildCommand\": \"npm run build\",\n            \"beforeDevCommand\": \"npm run dev\",\n            \"devPath\": \"https://luxury-gumption-209ef5.netlify.app/\",\n            \"distDir\": \"https://luxury-gumption-209ef5.netlify.app/\"\n          },\n\n    on\n\n          \"build\": {\n            \"beforeBuildCommand\": \"npm run build\",\n            \"beforeDevCommand\": \"npm run dev\",\n            \"devPath\": \"../dist\",\n            \"distDir\": \"../dist\"\n          },\n\n8.  Run frontend:\n\n    \u003e cargo tauri dev\n\n    Remember that you need to download rust and use the cargo instructions to install the TauriApp project\n\n- **THIS VERSION IS TEST. PLEASE ADD YOUR ISSUE FOR FIX SOME BAGS! EVERYONE THANK WHO DO THIS!**\n\n## Requirements\n\n    python = \"\u003e=3.11,\u003c3.13\"\n    django = \"5.0.6\"\n    djangorestframework = \"^3.15.1\"\n    django-cors-headers = \"^4.3.1\"\n    mss = \"^9.0.1\"\n    pyautogui = \"^0.9.54\"\n    opencv-python = \"^4.10.0.82\"\n    keyboard = \"^0.13.5\"\n    nuitka = \"^2.3.4\"\n    python-dotenv = \"^1.0.1\"\n    pyarmor = \"^8.5.9\"\n\n## Changelog\n\nNew changes view, server logic and the script started working faster\n\n## Version\n\nv0.1.4\n\n## License\n\nThis project uses the [`MIT`](https://github.com/nhassl3/Blumtap/blob/main/LICENSE)\n\n## Contact\n\nTo contact the author of the project, write to the following email: `thefanta284@gmail.com`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhassl3%2Fblumtap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhassl3%2Fblumtap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhassl3%2Fblumtap/lists"}