Merge pull request 'make everything executable' (#1) from KayFaraday/wardyns-feditools:executable into trunk

Reviewed-on: #1
This commit is contained in:
Wardyn 2023-09-01 23:06:32 +00:00
commit 803754cb42
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