1250 Commits

Author SHA1 Message Date
9cfcb0d28c Remove betting/prediction system - focus on drops only 2026-02-17 14:51:34 +01:00
fa4f4a757f Fix Termux installation instructions
- Removed pip install Twitch-Channel-Points-Miner-v2 (old package name)
- Only requirements.txt installation needed when running from source
2026-02-17 14:37:47 +01:00
31c885be9a Remove Replit and Analytics sections from README
- Removed Replit section (not applicable for this fork)
- Removed Analytics section (will be reworked to reduce resource usage)
- Updated table of contents numbering
- Kept settings references to enable_analytics for now
2026-02-17 14:36:27 +01:00
823ac6742e Update README with Gitea repository URL
- Changed project title to Twitch Drops Miner
- Updated all repository URLs to Gitea instance
- Removed GitHub/Docker badges that don't apply
- Updated git clone commands
- Added credits to original project
- Changed focus from channel points to drops
- Simplified community section
2026-02-17 14:31:46 +01:00
c7d9bdd1a5 Remove .github folder - not needed for Gitea deployment 2026-02-17 14:25:42 +01:00
9f2f62e2f2 Initial push: Fork setup and codebase documentation
- Added .github and .vscode to .gitignore
- Created Docs folder with comprehensive documentation
- Added CODEBASE_ANALYSIS.md: Detailed analysis of existing bot architecture
- Added PROJECT_ROADMAP.md: Project goals and development roadmap
- Project goal: Transform Channel Points Miner into Twitch Drops Miner
2026-02-17 14:13:57 +01:00
Roman Davydov
92b9e74d37 2.0.4 2025-11-16 01:48:15 +03:00
Roman Davydov
d57bb7b268 Merge pull request #750 from mpforce1/priorities-fix
Fixes issue where the same streamer could fill both watch slots.
2025-11-16 01:45:46 +03:00
Matthew Padbury
fdf0702072 Fixes issue where the same streamer could fill both watch slots. 2025-11-15 13:38:19 +00:00
Roman Davydov
f2cc410cdf Bump version to 2.0.3 2025-11-12 19:13:19 +03:00
Roman Davydov
c9a845e99d Merge pull request #749 from mpforce1/drops-fix
Updates Drops Operation Hashes
2025-11-12 18:52:30 +03:00
Matthew Padbury
d174bd034a Updates gql operation hashes for Inventory and ViewerDropsDashboard. 2025-11-12 08:52:51 +00:00
Roman Davydov
93b6bf7cb0 2.0.2 2025-11-11 23:04:14 +03:00
Roman Davydov
9da350be6c Merge pull request #716 from narendnp/fix/exception-handling
Handle StreamerDoesNotExistException on streamers channel point load
2025-11-11 23:02:06 +03:00
Roman Davydov
5c7d335a61 Change base image to Python 3.10-bullseye 2025-11-11 22:16:42 +03:00
Roman Davydov
d132b094e4 Revert "fix(Dockerfile): use libssl 1.1"
This reverts commit 36c3988f9e.
2025-11-11 21:55:49 +03:00
Roman Davydov
36c3988f9e fix(Dockerfile): use libssl 1.1 2025-11-11 21:46:22 +03:00
Roman Davydov
1805dec1fa Merge pull request #745 from 0x8fv/rdavydov-master
hotfix change GraphQL operations to use UserByLogin for fetching user data and improve response handling in Twitch and TwitchLogin classes
2025-11-11 21:01:37 +03:00
Klaro
ace9d25977 update GraphQL operations to use GetIDFromLogin for fetching user data 2025-11-11 11:55:16 +01:00
Klaro
0e96b9a84c Merge branch 'rdavydov-master' of https://github.com/0x8fv/Twitch-Channel-Points-Miner-v2 into rdavydov-master 2025-11-11 10:54:01 +01:00
Klaro
083f0c0e6d Merge branch 'rdavydov:master' into rdavydov-master 2025-11-11 10:52:23 +01:00
Klaro
cc6a438786 Revert launch configuration and change version to 2.0.1 2025-11-11 10:48:39 +01:00
Klaro
6eabd3a807 hotfix change GraphQL operations to use UserByLogin for fetching user data and improve response handling in Twitch and TwitchLogin classes 2025-11-11 10:35:26 +01:00
Klaro
e3d6760ba1 create branch rdavydov-master 2025-11-11 10:27:23 +01:00
Klaro
4a83926329 hotfix change GraphQL operations to use UserByLogin for fetching user data and improve response handling in Twitch and TwitchLogin classes 2025-11-11 01:43:23 +01:00
narendnp
eab7fbbaa4 fix handle StreamerDoesNotExistException when loading channel points context 2025-08-30 17:43:27 +08:00
Klaro
313cf3c94a Update version to 2.0.4 and improve error logging for Playback Access Token response 2025-07-04 14:00:02 +02:00
anton.veselov
1173fc3abf hotfix error fetching PlaybackAccessToken 2025-07-04 13:56:12 +02:00
Roman Davydov
1057587c26 2.0.0 2025-06-27 11:27:52 +03:00
Roman Davydov
d7b47282ca Merge pull request #688 from Opeth24/patch-1
hotfix error fetching PlaybackAccessToken
2025-06-27 11:26:30 +03:00
anton.veselov
37504db631 hotfix error fetching PlaybackAccessToken 2025-06-27 00:44:59 +03:00
Klaro
d0cac2df73 Refactor logging messages and enhance configuration options 2025-02-12 17:06:02 +01:00
Klaro
75b798642d Enhance logging and configuration management 2025-02-11 17:10:19 +01:00
Klaro
3dbcffcf77 Implement automatic update feature 2025-02-10 13:08:43 +01:00
Klaro
212f9848db enhance logging features with optional seconds display 2025-02-07 17:08:56 +01:00
Klaro
e9d3c77f56 Update repository URLs and improve import handling 2025-02-06 18:58:48 +01:00
Klaro
51c0603732 Update project structure and improve logging features
- Added main.py as the entry point for the application.
- Updated .gitignore to exclude config.json and VSCode settings.
- Changed launch configuration to use main.py.
- Modified error messages to reference config.json instead of run.py.
- Enhanced logging with color-coded output for better visibility.
- Updated version number to 2 in __init__.py.
2025-02-06 17:10:18 +01:00
Roman Davydov
41c41e8e79 1.9.9 2024-10-06 22:15:03 +03:00
Roman Davydov
de077415ba Merge pull request #476 from Petrarka0/report
Console final report enhancement
2024-10-06 22:06:20 +03:00
Roman Davydov
9ccf689a11 fix #593 2024-10-06 21:44:15 +03:00
Roman Davydov
f034359e92 1.9.8 2024-10-06 14:00:15 +03:00
Roman Davydov
1fd472d8b6 python-cryptography for Termux 2024-10-06 13:49:15 +03:00
Roman Davydov
910bea9616 leftovers fixes after PR merges 2024-10-06 13:47:30 +03:00
Roman Davydov
c61f8b6386 Merge branch 'master' of https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2 2024-10-06 13:41:13 +03:00
Roman Davydov
8fb10a4ab4 Merge pull request #490 from Petrarka0/ctrlcbug
fix multipule CTRL + C breaking exit sequence #484
2024-10-06 13:17:50 +03:00
Roman Davydov
1fb81deb7f Merge pull request #575 from mpforce1/community-goals
Community Goals
2024-10-06 13:13:50 +03:00
Roman Davydov
83d1551204 Merge pull request #585 from lekoOwO/master
Support Gotify Logger
2024-10-06 13:04:09 +03:00
Roman Davydov
91e803d15f Merge pull request #599 from rdavydov/dependabot/github_actions/docker/build-push-action-6.9.0
Bump docker/build-push-action from 6.5.0 to 6.9.0
2024-10-06 13:02:31 +03:00
Roman Davydov
1d3193fa19 Merge pull request #605 from rdavydov/dependabot/github_actions/docker/setup-buildx-action-3.7.1
Bump docker/setup-buildx-action from 3.5.0 to 3.7.1
2024-10-06 13:02:17 +03:00
Roman Davydov
6f6c2f4d98 Merge pull request #594 from sudoguy/fix_user_agent_typo
Fix user-agent typo
2024-10-06 13:01:55 +03:00