开源软件名称(OpenSource Name):BNolet/postodon开源软件地址(OpenSource Url):https://github.com/BNolet/postodon开源编程语言(OpenSource Language):JavaScript 97.2%开源软件介绍(OpenSource Introduction):postodonPostodon is a server that will post to mastodon at a given interval, with each post consisting of an intro and content. This project was forked from promptodon as I saw the use of a more general purpose interval-based posting bot. UsageYou can either run the bot raw using node or run it in a docker container using the provided docker-compose.yml file. If you find any issues with that file, feel free to open an issue. See HOWTO.md for more usage info. The basicsPostodon will post to a designated mastodon account on a daily basis by default. It does this by taking an intro (taken from a single line in the intros.txt file you provide) and a piece of content (taken from a single line in the content.txt file you provide) and concatenates the two together, separated by a single empty line, and sends a POST request to the designated server. The account on that server to which the access token belongs to will be the account you post to. You must create the access token beforehand or else your bot will not know which account to post to. WARNINGThis bot is being published as a work in progress and I am actively seeking feedback on various things such as error handling, clarity of documentation, and ease of use. Feel free to open an issue, contact me via email, or via Mastodon @brandon@fosstodon.org. This bot has very little to no error handling at this point. The code is provided as is for the moment, but I will be taking feature requests. AuthorThis bot was (mostly) created by linuxliaison. You can either contact him on the Fediverse or via email. LICENSEThis work is licensed under GPLv3. Check out the LICENSE file. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论