This commit is contained in:
Wardyn 2023-10-06 12:00:06 -07:00
commit 128ca65d29
6 changed files with 6 additions and 2 deletions

2
autodeny.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.8
#!/usr/bin/env python
import sys
import os
import re

1
fedisearch.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Import modules
import os
import html2text

1
generate_config.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import os
import requests
import json

2
highestpost.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.8
#!/usr/bin/env python
import os
import sys
import html2text

1
import_following.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import requests
import json
import os

1
notification_sound.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import websocket
import os
from playsound import playsound