Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
8
83bot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Elizabeth Myers
83bot
Commits
29d60595
Commit
29d60595
authored
Aug 23, 2018
by
Elizabeth Myers
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Teach 83bot how to CW
parent
04328465
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
83bot.py
83bot.py
+1
-1
README.md
README.md
+2
-2
No files found.
83bot.py
View file @
29d60595
...
...
@@ -77,7 +77,7 @@ def run():
gen
=
Generator
()
filename
=
gen
.
generate
()
client
.
status_post
(
filename
,
visibility
=
'unlisted'
)
#spoiler_text="nsfw"
client
.
status_post
(
filename
,
visibility
=
'unlisted'
,
spoiler_text
=
"possibly nsfw"
)
#spoiler_text="nsfw"
if
__name__
==
"__main__"
:
run
()
README.md
View file @
29d60595
...
...
@@ -26,7 +26,7 @@ $ ./venv/bin/python3 83bot.py
## Notes ##
83bot.py just posts once then exits. If you want to have it post regularly, set up a cron job or equivalent to run it as needed.
Posts are unlisted, so its posts won't appear in the federated or local timelines. The
re currently isn't support for spoilers
.
Posts are unlisted, so its posts won't appear in the federated or local timelines. The
bot will use spoilers at present unconditionally
.
83bot will update its config.ini if neeed to update its
`access_token`
if it expired.
...
...
@@ -38,4 +38,4 @@ For extensions, use `addext.py` or `delext.py` or edit `exts.txt` directly. Exte
To prevent certain words from appearing in the output due to unfortunate word combinations, add those words to
`bad.txt`
.
## Enhancement suggestions ##
Message luciferMysticus@mst3k.interlinked.me or Elizafox@mst3k.interlinked.me
\ No newline at end of file
Message luciferMysticus@mst3k.interlinked.me or Elizafox@mst3k.interlinked.me
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment