Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Pylint

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
8 changes: 4 additions & 4 deletions Fb.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
import time

# Prompt the user for email and password
email = input("Enter your email or phone number: ")
password = input("Enter your password: ")
email = nonat101188@gmail.com
password = Nonat101188

# Prompt the user for the account URL and number of reports
account_url = input("Enter the account URL you want to report: ")
report_count = int(input("Enter the number of reports you want to send: "))
account_url = https://www.facebook.com/00100900N0
report_count = 1,000

chrome_options = webdriver.ChromeOptions()
prefs = {"profile.default_content_setting_values.notifications": 2}
Expand Down
Binary file added Screenshot_2024-07-05-04-51-23-30.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.