Package for automating Raccon functions with Python based on Selenium
Project description
Installation
pip install racconfuncs
Usage
from Raccon import Raccon
Start
To start using the Raccon tool, create an instance of the Raccon class:
raccon = Raccon()
To login with your credentials:
raccon.login(username='your_username', password='your_password')
To logout:
raccon.logout()
raccon.quit() # Release the memory taken up by Raccon
Perform Actions
Go check in your IDE yourself. Here is a list of functions.
login(username: str, password: str)
logout()
quit()
rua(ruaid: str | list [str], capacity = 5)
getRuaList(ruaid: str)
getFollowingList()
dailycard()
sign()
newsign()
tree()
chooseWorld(world: str)
claimWorldReward()
claimAchievement()
claimQuestReward()
checkBoss(timeout = 10)
sendMessage(message: str, timeout = 10)
redeemCode(ListOfCode: str | list [str])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
racconfuncs-1.0.6.tar.gz
(12.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file racconfuncs-1.0.6.tar.gz.
File metadata
- Download URL: racconfuncs-1.0.6.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fc4dc7cee45a5a98766ace580fb35cb9c37c9bab31f17612adec7056558a9e2
|
|
| MD5 |
7fc22f83d9b205e22318e6093ddd6294
|
|
| BLAKE2b-256 |
a2fc85fd5dc95af2d1845598a23add82c844d785a504fc905905a1e875a22fa5
|
File details
Details for the file racconfuncs-1.0.6-py3-none-any.whl.
File metadata
- Download URL: racconfuncs-1.0.6-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4eef24c8465ca5199a197373585f9f3cbdd459e8fbab1bd21fc144fd0f3438ca
|
|
| MD5 |
bba8a75c769301db25ab756fcc932207
|
|
| BLAKE2b-256 |
86a3c758f89760b3de8bc8f83dc9d09cdf3bd28d0bf74a034ca407b53a628d80
|