Twitter-Sentiment-Analysis:一个执行Twitter Hashtags情绪分析的Django应用

时间:2024-02-26 22:28:40
【文件属性】:

文件名称:Twitter-Sentiment-Analysis:一个执行Twitter Hashtags情绪分析的Django应用

文件大小:1.28MB

文件格式:ZIP

更新时间:2024-02-26 22:28:40

python django twitter sentiment-analysis TwitterPython

该应用程序位于 将于12月之后通过分步指南更新自述文件 要在本地计算机上测试: 创建一个虚拟环境并安装依赖项pip install -r requirements.txt 将详细信息填写在secrets.py.template文件中,并将其另存为secrets.py 运行Django服务器python manage.py runserver


【文件预览】:
Twitter-Sentiment-Analysis-public_viewing
----.gitignore(2KB)
----db.sqlite3(36KB)
----README.md(566B)
----manage.py(246B)
----secrets.py.template(356B)
----tsa()
--------static()
--------settings.py(4KB)
--------urls.py(811B)
--------__init__.py(0B)
--------wsgi.py(383B)
----Procfile(48B)
----.gitattributes(38B)
----sentimeter()
--------admin.py(63B)
--------models.py(98B)
--------forms.py(128B)
--------migrations()
--------static()
--------urls.py(198B)
--------tests.py(60B)
--------__init__.py(0B)
--------apps.py(136B)
--------views.py(653B)
--------sentimeter.py(1KB)
----requirements.txt(199B)
----.idea()
--------misc.xml(702B)
--------modules.xml(258B)
--------.name(3B)
--------tsa.iml(987B)
----templates()
--------base.html(2KB)
--------index.html(666B)
--------result.html(1KB)

网友评论