在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):russss/polybot开源软件地址(OpenSource Url):https://github.com/russss/polybot开源编程语言(OpenSource Language):Python 98.2%开源软件介绍(OpenSource Introduction):Polybot is a framework for making social media bots for multiple networks in Python 3. It currently only supports post-only bots. Features
Examplefrom polybot import Bot
class HelloWorldBot(Bot):
def main(self):
self.post("Hello World")
HelloWorldBot('helloworldbot').run() To configure the accounts the bot uses, just run:
You'll be guided through authenticating and a config file will be automatically created. Use the By default, the bot will run in development mode, which avoids actually
posting to networks. To run in live mode, pass the Bots which use polybot
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论