在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):TsingJyujing/mastodon-conversation-exporter开源软件地址(OpenSource Url):https://github.com/TsingJyujing/mastodon-conversation-exporter开源编程语言(OpenSource Language):Python 65.6%开源软件介绍(OpenSource Introduction):Mastodon Conversation ExporterIntroductionSome discussion (actually quarrel) on Mastodon is too long to read, this project is for exporting and doing some simple visualization the conversation on Mastodon. How to Start ServerOf course you can use https://mce.tsingjyujing.com/ directly, but it requires you input some secret information like robot access token/secret something. So it's impossible to ensure the author(actually, me) won't abuse your personal information, right? According to the above reasons, the most recommended way is start your server by yourselves. I know it's a little bit panic for the guys can't programming, at very least I prepared the docker image, it'll be easier for you guys to use. For DevelopersEnvironment SetupWe're using Download Frontend FilesRun pages/download.py to download all files for frontend:
Start ServerRun server.py to start server at port 8000. Docker Image Build & Startdocker build -t tsingjyujing/mastodon-conversation-exporter .
docker run -it -p 8000:8000 tsingjyujing/mastodon-conversation-exporter For Docker UsersFor docker users, please pull docker image directly and run: docker run -it -p 8000:8000 tsingjyujing/mastodon-conversation-exporter Then visit http://127.0.0.1:8000/ TODO
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论