Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
Removed Unused & Non Functional Modules
- canva
- curiosity stream
- facebook
- freefire
- funimation
- minecraft
- netglix
- nutaku
- picsart
- riot
- tlauncher
- twitch
- wemod

Added New Modules
+ Dickeys
+ Discord [ Solver ]
+ Dominos
+ Origin
+ Yahoo

Improved code.
Improved CPM counter.
Added capture types to modules list
Added captcha solver compatibility [ 2captcha, anticaptcha, anycaptcha ]
Updated links in proxy scraping module
  • Loading branch information
Mickey758 committed Sep 27, 2022
1 parent af7076a commit ff95631
Show file tree
Hide file tree
Showing 72 changed files with 3,785 additions and 2,135 deletions.
163 changes: 163 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,166 @@ results
build
binary
!requirements.txt
!install.bat
!SOURCES.txt
!top_level.txt
!dependency_links.txt

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
.installed.cfg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
59 changes: 26 additions & 33 deletions MODULES.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
# Modules
1. Minecraft
2. NordVPN
3. Bonkio
4. Disney+
5. Duolingo
6. Gfuel
7. Crunchyroll
8. SpotifyVM
9. Buffalo Wild Wings
10. Pornhub
11. Riot
12. HoneyGain
13. DiscordVM
14. Netflix
15. Steam
16. Windscribe
17. Instagram
18. Funimation
19. Canva
20. Uplay
21. Paramount
22. CuriosityStream
23. WeMod
24. Facebook
25. IpVanish
26. Twitch
27. Tunnelbear
28. PlexTV
29. TLauncher
30. Freefire
31. Picsart
32. Nutaku
# Modules List
### 24 Total Modules
- Disney+ [Full Capture]
- PlexTV [Subscription Capture]
- Duolingo [Full Capture]
- Gfuel [Full Capture]
- Crunchyroll [Subscription Capture]
- Spotify [Valid Mail]
- Buffalo Wild Wings [Points Capture]
- Dominos [Points Capture]
- Dickeys [Points Capture]
- Pornhub [Subscription Capture]
- Honeygain [Credits Capture]
- Yahoo [Brute]
- Discord [Token Capture]
- Discord [Valid Mail]
- Instagram [Followers Capture]
- Bonk.io [Full Capture]
- Uplay [Full Capture]
- Origin [Full Capture]
- Steam [Full Capture]
- Paramount [Full Capture]
- NordVPN [Subscription Capture]
- Windscribe [Subscription Capture]
- IPVanish [Subscription Capture]
- TunnelBear [Subscription Capture]
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

# **UPDATE COMING SOON**
Ive decided to continue update calani aio. New features & better modules are coming.

# Calani AIO
An all in account checker made in python. Made with multichecking and more. This was made to demonstrate the flaws in certain website API's.

Expand All @@ -21,9 +17,9 @@ Read the wiki if you need help [here](https://github.com/Mickey758/Calani-AIO/wi
- [x] In-app Settings
- [x] Proxy Management
- [x] Auth Proxy Support
- [ ] Solver Support (2Captcha)
- [ ] Solver Support (AntiCaptcha)
- [ ] Solver Support (AnyCaptcha)
- [x] Solver Support (2Captcha)
- [x] Solver Support (AntiCaptcha)
- [x] Solver Support (AnyCaptcha)

## Modules
Check the modules list [here](https://github.com/Mickey758/Calani-AIO/blob/master/MODULES.md)
Expand All @@ -44,4 +40,4 @@ Give credits if you are going to use the code
This project was started and is being developed by:
- Discord: MickeyYe#9423
- Github: Mickey758
- Cracked.io: MickeyYe
- Cracked.io: MickeyYe
12 changes: 12 additions & 0 deletions anycaptcha-python-main/.idea/anycaptcha-python.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions anycaptcha-python-main/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions anycaptcha-python-main/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions anycaptcha-python-main/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff95631

Please sign in to comment.