├── Final ├── .vscode │ └── settings.json ├── __pycache__ │ └── final.cpython-37.pyc ├── analize_the_post.py ├── art_groups.txt ├── check_if_group_has_accepted_group_update.py ├── chromedriver ├── chromedriver.exe ├── college_of_potential_users.txt ├── dance_groups.txt ├── debug.log ├── final.py ├── geckodriver.log ├── generic_groups.txt ├── input.txt ├── join_group.py ├── link_of_all_the_post.txt ├── main.py ├── myfile.txt ├── pending.txt └── potential_users.txt ├── README.md └── requirements.txt /Final/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/.vscode/settings.json -------------------------------------------------------------------------------- /Final/__pycache__/final.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/__pycache__/final.cpython-37.pyc -------------------------------------------------------------------------------- /Final/analize_the_post.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/analize_the_post.py -------------------------------------------------------------------------------- /Final/art_groups.txt: -------------------------------------------------------------------------------- 1 | https://www.facebook.com/groups/FevicrylHobbyIdeass/?ref=br_rs -------------------------------------------------------------------------------- /Final/check_if_group_has_accepted_group_update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/check_if_group_has_accepted_group_update.py -------------------------------------------------------------------------------- /Final/chromedriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/chromedriver -------------------------------------------------------------------------------- /Final/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/chromedriver.exe -------------------------------------------------------------------------------- /Final/college_of_potential_users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/college_of_potential_users.txt -------------------------------------------------------------------------------- /Final/dance_groups.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Final/debug.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/debug.log -------------------------------------------------------------------------------- /Final/final.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/final.py -------------------------------------------------------------------------------- /Final/geckodriver.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Final/generic_groups.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Final/input.txt: -------------------------------------------------------------------------------- 1 | https://www.facebook.com/profile.php?id=100032901240736 -------------------------------------------------------------------------------- /Final/join_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/join_group.py -------------------------------------------------------------------------------- /Final/link_of_all_the_post.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/link_of_all_the_post.txt -------------------------------------------------------------------------------- /Final/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/main.py -------------------------------------------------------------------------------- /Final/myfile.txt: -------------------------------------------------------------------------------- 1 | pygame byld 2 | C:/Users/Archit/Desktop/timetable.png 3 | tech 4 | -------------------------------------------------------------------------------- /Final/pending.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/pending.txt -------------------------------------------------------------------------------- /Final/potential_users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/Final/potential_users.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahimilega/Smart-Facebook-Spambot/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | selenium 2 | time 3 | PyQt5 --------------------------------------------------------------------------------