Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在玩 django 和 tweepy,我真的不知道如何使用这个关于 Streaming with django 的示例
我如何将流数据传递给我的上下文?
我建议您调查使用 websockets 来处理这种类型的事情,使用 django-websocket(或类似的东西)将链接的推文流脚本作为单独的服务运行,并将内容推送回打开的 html5 websocket。