Clash of Clans updates #5

Open
opened 2024-02-16 00:16:50 -05:00 by sickprodigy · 2 comments
Owner

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.

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.
Author
Owner

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

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

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 + aikaterna-cogs: Utility and fun cogs https://github.com/aikaterna/aikaterna-cogs + flare-cogs: Assortment of cogs written by flare. https://github.com/flaree/Flare-Cogs + JackCogs: Cogs for Red V3 by Jakub Kuczys (https://github.com/Jackenmen). https://github.com/Jackenmen/JackCogs RLStats in ^ + mayukirin: 48G/46G related cogs and miscellaneous. https://github.com/skeith/mayuyukirin + preda: Various cogs. https://github.com/predaAa/predacogs + Trusty-cogs: Cogs by TrustyJAID inspired by many. https://github.com/TrustyJAID/Trusty-cogs/ + vrt-cogs: Utility & Game Server cogs by Vertyco https://github.com/vertyco/vrt-cogs 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
Author
Owner

/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

/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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SickGaming/sickgamingbot-public#5
No description provided.