Git Product home page Git Product logo

m-primo / facebook-friends Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deeppbluesky/facebook-friends

0.0 0.0 2.0 21 KB

Facebook friends scraper. This script will scrape your 1st & 2nd degree connections, and also will check for disconnected friends (who unfriended you).

Python 100.00%
automation facebook facebook-bot facebook-friends facebook-friends-scraper friends scraper unfriend

facebook-friends's Introduction

Hey everyone ๐Ÿ‘‹! I'm Primo ๐Ÿ™‹๐Ÿป, a full-stack web developer, software developer, and a system administrator.

You can check out my portfolio over there: https://portfolio.primo.business/

btw, I'm stil working on this file.


This is some of my current tech stack:

javascript logo typescript logo apache logo angular logo amazonwebservices logo bash logo bootstrap logo cmake logo composer logo csharp logo cplusplus logo css3 logo docker logo electron logo express logo fastapi logo figma logo flask logo github logo git logo gulp logo html5 logo inkscape logo jenkins logo jquery logo laravel logo linux logo markdown logo mongodb logo mysql logo nginx logo nodejs logo numpy logo npm logo php logo postgresql logo python logo qt logo raspberrypi logo rockylinux logo debian logo redhat logo centos logo ubuntu logo redis logo sass logo selenium logo solidity logo sqlite logo terraform logo tailwindcss logo alpinejs logo unity logo visualstudio logo visualbasic logo vim logo vscode logo vuejs logo vitejs logo windows11 logo webpack logo yaml logo json logo cassandra logo cloudflare logo gcc logo gradle logo livewire logo mariadb logo materialui logo nano logo neovim logo powershell logo uwsgi logo sentry logo

facebook-friends's People

Contributors

deeppbluesky avatar m-primo avatar

Watchers

 avatar

Forkers

gk-d-arana wowrep

facebook-friends's Issues

got NoSuchElementException on profile_icon

selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id='profile_tab_jewel'] > a"}

configparser.MissingSectionHeaderError: File contains no section headers.

Traceback (most recent call last):
  File "app.py", line 220, in <module>
    main()
  File "app.py", line 204, in main
    login_from_config()
  File "app.py", line 191, in login_from_config
    fb_login(get_config(configPath))
  File "app.py", line 186, in get_config
    configObj.read(configPath)
  File "D:\Software\Program Files\Python\lib\configparser.py", line 697, in read
    self._read(fp, filename)
  File "D:\Software\Program Files\Python\lib\configparser.py", line 1082, in _read
    raise MissingSectionHeaderError(fpname, lineno, line)
configparser.MissingSectionHeaderError: File contains no section headers.
file: 'config.txt', line: 1
'\ufeff[credentials]\n

This error will happen if config.txt file encoding is not UTF-8, maybe will happen if the encoding is UTF-8 BOM.
So, all you have to do is to change the encoding of the file to UTF-8.

Hint: you can change the encoding with Notepad++, Sublime Text, or any other text editor allows you that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.