Changed python shebang
This commit is contained in:
parent
244ed75061
commit
31c015f9c1
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
# Yandere Lewd Bot, an image posting bot for Pleroma
|
# Yandere Lewd Bot, an image posting bot for Pleroma
|
||||||
# Copyright (C) 2022 Anon
|
# Copyright (C) 2022 Anon
|
||||||
@ -18,10 +18,6 @@
|
|||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
# YandereBot is a customizable, no frills image-posting bot. The bot was designed to be simple to understand
|
|
||||||
# (from a technical perspective) and easy to modify/extend. YandereBot relies on GNU formatted hash files to configure
|
|
||||||
# and organize posts: (ex. 'd13f8ac27db94291dd5a348ed70c69bb *./rsc/2019.11.27/DDLC/nsfw/Ga4C1qE.jpg')
|
|
||||||
|
|
||||||
# setup_profile() -> Basic function to configure one line posts
|
# setup_profile() -> Basic function to configure one line posts
|
||||||
# @param name The name of the profile. This is only used to inform you if your profiles are setup correctly.
|
# @param name The name of the profile. This is only used to inform you if your profiles are setup correctly.
|
||||||
# @param path The path of the hash file (if using YanBotV2) or a string with fnmatch wildcards (for YanBotV3)
|
# @param path The path of the hash file (if using YanBotV2) or a string with fnmatch wildcards (for YanBotV3)
|
||||||
|
2
run.sh
2
run.sh
@ -15,8 +15,8 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
# Get the runtime path of the bot
|
|
||||||
|
|
||||||
|
# Get the runtime path of the bot
|
||||||
ABS_PATH="$(readlink -f "$0")"
|
ABS_PATH="$(readlink -f "$0")"
|
||||||
RUN_DIR="$(dirname "$ABS_PATH")"
|
RUN_DIR="$(dirname "$ABS_PATH")"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
# Yandere Lewd Bot, an image posting bot for Pleroma
|
# Yandere Lewd Bot, an image posting bot for Pleroma
|
||||||
# Copyright (C) 2022 Anon
|
# Copyright (C) 2022 Anon
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
# Yandere Lewd Bot, an image posting bot for Pleroma
|
# Yandere Lewd Bot, an image posting bot for Pleroma
|
||||||
# Copyright (C) 2022 Anon
|
# Copyright (C) 2022 Anon
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
# Yandere Lewd Bot, an image posting bot for Pleroma
|
# Yandere Lewd Bot, an image posting bot for Pleroma
|
||||||
# Copyright (C) 2022 Anon
|
# Copyright (C) 2022 Anon
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
# Yandere Lewd Bot, an image posting bot for Pleroma
|
# Yandere Lewd Bot, an image posting bot for Pleroma
|
||||||
# Copyright (C) 2022 Anon
|
# Copyright (C) 2022 Anon
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
# Yandere Lewd Bot, an image posting bot for Pleroma
|
# Yandere Lewd Bot, an image posting bot for Pleroma
|
||||||
# Copyright (C) 2022 Anon
|
# Copyright (C) 2022 Anon
|
||||||
|
Reference in New Issue
Block a user