Skip to content

How do you run this? #166

Discussion options

You must be logged in to vote

First you need python installed https://www.python.org/downloads/.
Then you need install via python -m pip install discord-advert-framework

After you create a python script (text file that ends with .py)
And in that file you need to define the server list and then start the framework with framework.run
To run the script you use python your_script.py.
Basic example


If you want to find channels automatically, you can use the following code in your .py script.
You can change data_to_shill to change what is sent, allowed_strings are any of the strings that can be inside the channel name for it to be used.
You also need to change the token inside the fw.run at the end of the following example…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by davidhozic
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #164 on August 18, 2022 17:23.