Bot to add tweets and other microblog posts using an extended wikilink syntax to the wiki!
Go to file
sneakers-the-rat 578d889395 v0.1.3 - add overwrite option 2023-10-16 14:56:02 -07:00
clients/twitter.py service 2022-10-31 18:39:15 -07:00
docs v0.1.3 - add overwrite option 2023-10-16 14:56:02 -07:00
tests wikilink with semantic syntax :) 2022-11-13 11:37:23 -08:00
wiki_postbot v0.1.3 - add overwrite option 2023-10-16 14:56:02 -07:00
.gitignore initial checkin mid-refactoring of the threadodo bot. 2022-10-03 18:46:42 -07:00
LICENSE initial checkin mid-refactoring of the threadodo bot. 2022-10-03 18:46:42 -07:00
README.md wikilink with semantic syntax :) 2023-05-26 01:18:54 -07:00
poetry.lock wikilink with semantic syntax :) 2023-05-26 01:18:54 -07:00
pyproject.toml v0.1.3 - add overwrite option 2023-10-16 14:56:02 -07:00

README.md

wiki-postbot

Bot to add tweets using an extended wikilink syntax to the wiki

Starting with twitter, but then will add masto

Mediawiki

https://www.mediawiki.org/wiki/Manual:Creating_a_bot

  • Go to Special:BotPasswords
  • Permissions
    • Edit existing pages
    • Create, edit, and move pages
  • save to mediawiki_creds.json like
{
	"user": "Jonny@wikibot",
	"password": "<THE BOT PASSWORD>"
}

Slack

Using the python-slack-sdk https://slack.dev/python-slack-sdk/

Make App

https://slack.dev/python-slack-sdk/socket-mode/index.html