This bot will take a topic and analyze its sentiments from Twitter users
Top Benefits
Instantly see insights about a topic from what people are talking about on Twitter
The bot retrieves the most recent 100 tweets and classifies them into positive and negative tweets.
Provide a topic, set up smtp outgoing mail server. All input data must be provided.
See the Bot in Action
Setup process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Use the Bot in a bot, configure keys and other credentials the Bot will need (see the ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
Requires Automation Anywhere run-time client.
Requires the bot to be under the specified folder.
Inputs: vTopic, vWorkingfolder
Customer Reviews
2.0(1 review)
5 star0%
4 star0%
3 star0%
2 star100%
1 star0%
Ease of Use0.0
Functionality & Reliability0.0
Documentation & Samples0.0
Good concept, calling a python program from a DOS window in AA.
However this still needs work:
C:\source\bots\Automation Anywhere Files\Automation Anywhere\My Tasks\Bot Store\TWITTER_SENTIMENT_ANALYSIS - 3KTECHNOLOGIES\app>app.exe
Traceback (most recent call last):
File "C:\Users\Misa\Anaconda3\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 14, in run
File "C:\Users\Misa\Anaconda3\lib\site-packages\cx_Freeze\initscripts\Console.py", line 26, in run
File "app.py", line 2, in
File "C:\Users\Misa\Desktop\twitter\GetTweets.py", line 1, in
File "C:\Users\Misa\Desktop\twitter\tweepy\__init__.py", line 12, in
File "C:\Users\Misa\Desktop\twitter\tweepy\models.py", line 7, in
File "C:\Users\Misa\Desktop\twitter\tweepy\utils.py", line 10, in
File "C:\Users\Misa\Anaconda3\lib\site-packages\six.py", line 92, in __get__
File "C:\Users\Misa\Anaconda3\lib\site-packages\six.py", line 160, in _resolve
File "C:\Users\Misa\Anaconda3\lib\site-packages\six.py", line 82, in _import_module
ModuleNotFoundError: No module named 'urllib.parse'
Good concept, calling a python program from a DOS window in AA. However this still needs work: C:\source\bots\Automation Anywhere Files\Automation Anywhere\My Tasks\Bot Store\TWITTER_SENTIMENT_ANALYSIS - 3KTECHNOLOGIES\app>app.exe Traceback (most recent call last): File "C:\Users\Misa\Anaconda3\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 14, in run File "C:\Users\Misa\Anaconda3\lib\site-packages\cx_Freeze\initscripts\Console.py", line 26, in run File "app.py", line 2, in File "C:\Users\Misa\Desktop\twitter\GetTweets.py", line 1, in File "C:\Users\Misa\Desktop\twitter\tweepy\__init__.py", line 12, in File "C:\Users\Misa\Desktop\twitter\tweepy\models.py", line 7, in File "C:\Users\Misa\Desktop\twitter\tweepy\utils.py", line 10, in File "C:\Users\Misa\Anaconda3\lib\site-packages\six.py", line 92, in __get__ File "C:\Users\Misa\Anaconda3\lib\site-packages\six.py", line 160, in _resolve File "C:\Users\Misa\Anaconda3\lib\site-packages\six.py", line 82, in _import_module ModuleNotFoundError: No module named 'urllib.parse'