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
Prompt injection is a type of security vulnerability that can be exploited to control the…
Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly…
Winit is a robust, cross-platform library designed for creating and managing windows in Rust applications.…
In today’s digital age, convenience often comes at the cost of security. One such overlooked…
Terminal GPT (tgpt) offers a seamless way to bring the power of ChatGPT 3.5 directly…
garak checks if an LLM can be made to fail in a way we don't…