跟着我
直接向您的Mastodon关注者发送消息,以告知他们此举。
这个项目不再重要,因为新增了将追随者从一个实例移到另一个实例时的功能。
如果您只是从一个实例移动到另一个实例,则可能要通知您的关注者在该实例中关注您。 由于可能不会所有人都看到公开更改的公开帖子,因此向您的关注者发送直接私人消息会产生更大的影响。
此处的脚本连接到两个实例以比较关注者列表,并且仅向不关注您的now帐户的对象发送直接消息。
安装
在本地计算机上运行mongodb
创建一个虚拟的python env。
使用pip install -r requirements.txt安装软件包
组态
在运行脚本之前,请同时更改配置和消息
在follow_me.py文件中要更改的3件事(旧的,新的和消息):
OLD = 'mastodon.social' # Insert here the domain name of your old instance
NEW = 'merveilles.town' # Insert here the domain name of your new instance
APP
1