Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ auth_button_text = '''<a href="{}"><button class="w3-button w3-light-grey w3-pad
|
|
| 40 |
|
| 41 |
def client_log_in(provided_server = None):
|
| 42 |
'''
|
| 43 |
-
Generates an authenticated
|
| 44 |
'''
|
| 45 |
|
| 46 |
if provided_server == None:
|
|
@@ -156,7 +156,7 @@ img {margin-bottom: -8px;}
|
|
| 156 |
<div class="w3-col">
|
| 157 |
<h1 class="w3-jumbo"><b>WatchTower ππ§</b></h1>
|
| 158 |
<h1 class="w3-xxxlarge w3-text-purple"><b>Remove Unfavorable Messages From Your Mastodon Feed </b></h1>
|
| 159 |
-
<p><span class="w3-xlarge">Scroll down to use WatchTower Ivory. β¬ </span> WatchTower is a tool that identifies hate speech, misinformation, and extremist content and blocks/ mutes it from your feed. WatchTower Ivory is the second iteration of WatchTower, designed specifically for Mastodon. WatchTower blocks content based on it's current database, so make sure to come back regularly to ensure you're up to date! We use a queue system, which means <b>you may need to wait your turn to run WatchTower</b> - however, once you've clicked run, you can close the tab as WatchTower will continue in the background. WatchTower is simple to use: first scroll down the page, choose your
|
| 160 |
<a href="https://www.watchtower.cartographer.one/"><button class="w3-button w3-light-grey w3-padding-large w3-section " onclick="document.getElementById('download').style.display='block'">
|
| 161 |
<i class=""></i> Find Out More! π¬
|
| 162 |
</button></a>
|
|
|
|
| 40 |
|
| 41 |
def client_log_in(provided_server = None):
|
| 42 |
'''
|
| 43 |
+
Generates an authenticated Mastodon client for the admin user. Used for retireving the target website URL
|
| 44 |
'''
|
| 45 |
|
| 46 |
if provided_server == None:
|
|
|
|
| 156 |
<div class="w3-col">
|
| 157 |
<h1 class="w3-jumbo"><b>WatchTower ππ§</b></h1>
|
| 158 |
<h1 class="w3-xxxlarge w3-text-purple"><b>Remove Unfavorable Messages From Your Mastodon Feed </b></h1>
|
| 159 |
+
<p><span class="w3-xlarge">Scroll down to use WatchTower Ivory. β¬ </span> WatchTower is a tool that identifies hate speech, misinformation, and extremist content and blocks/ mutes it from your feed. WatchTower Ivory is the second iteration of WatchTower, designed specifically for Mastodon. WatchTower blocks content based on it's current database, so make sure to come back regularly to ensure you're up to date! We use a queue system, which means <b>you may need to wait your turn to run WatchTower</b> - however, once you've clicked run, you can close the tab as WatchTower will continue in the background. WatchTower is simple to use: first scroll down the page, choose your Mastodon server, then click 'sign in with Mastodon', after this you'll be taken to the Mastodon server website and asked to verify yourself, after this you'll be taken back here, then simply scroll down to the bottom of the page and click run!</p>
|
| 160 |
<a href="https://www.watchtower.cartographer.one/"><button class="w3-button w3-light-grey w3-padding-large w3-section " onclick="document.getElementById('download').style.display='block'">
|
| 161 |
<i class=""></i> Find Out More! π¬
|
| 162 |
</button></a>
|