Clash of Clans updates #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Going to make my own cog. Working with clash of clans, and being able to update channels about clan wars for certain clans.
Needs to take api key submission 1st.
Then take the clan tag to search + the channel to post it in.
Still waiting for clashofclans devs to get back to be about less restrictions on my account. Can't access
curl -H 'Authorization: Bearer API_KEY' https://api.clashofclans.com/v1/clans/%232GYRJV2YV/currentwar
but have access to the rest of the api. Not really sure how models work either.
Link: https://developer.clashofclans.com
models at bottom, how to implement, maybe a bypass for the restriction using a different method altogether.
Alright, clan's war log must be open.
Copying over RLstats to see how cogs are structured generally with api. They hold keys in encrypted format somewhere so not to be easily accessed server side.
https://github.com/Jackenmen/JackCogs
rlstats
red-discord-bot.txt files so i don't forget for later use
Installed Repos
RLStats in ^
datapath/cogs/CogManager # files shouldn't be messed with instead we are going to make /Sick-Cogs/ datapath to add the files within it.
https://gitea.rcs1.xyz/sickprodigy/Sick-Cogs
/home/terry/Documents/python-bots/red-discord-cog/cogs/CogManager # python files for custom cogs downloaded
you can run '-paths' to see all path locations
datapath however don't show up here..
-datapath # shows datapath directory
Data path: /home/terry/Documents/python-bots/red-discord-cog