Twitter-Intelligence is a project written in Python to twitter tracking and analysis without using Twitter API.
pip3 install -r requirements.txt Also ReadLibssh-Scanner : Script to identify hosts vulnerable to CVE-2018-10933
Application work view:
python3 tracking.py -h python3 tracking.py --username "HaberSau" python3 tracking.py --query "sakarya" python3 tracking.py --username "HaberSau" --since 2015-09-10 --until 2015-09-12 --maxtweets 10 python3 tracking.py --query "sakarya" --location "True" analysis.py performs analysis processing. User, hashtag and location analyzes are performed.
python3 analysis.py -h
python3 analysis py --location location analysis runs through address http://localhost:5000/locations
You must write Google Map Api Key in setting.py to display google map.
GOOGLE_MAP_API_KEY='YOUR_GOOGLE_MAP_API_KEY'
python3 analysis.py --hashtag
python3 analysis.py --user socialgui.py used for GUI application
General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…
How to Send POST Requests Using curl in Linux If you work with APIs, servers,…
If you are a Linux user, you have probably seen commands like chmod 777 while…
Vim and Vi are among the most powerful text editors in the Linux world. They…
Working with compressed files is a common task for any Linux user. Whether you are…
In the digital era, an email address can reveal much more than just a contact…