Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data gathering from user personal pages for each social network #2

Closed
wants to merge 2 commits into from

Conversation

VictoKu1
Copy link
Owner

@VictoKu1 VictoKu1 commented Jan 16, 2025

Related to #1

Implement data gathering from user personal pages for each social network.

  • Add functions in analyze.py to gather specific data from user personal pages for Twitter, Instagram, Facebook, and Threads using snscrape and beautifulsoup4.
  • Update analyze_personality function in analyze.py to fetch and include gathered data from user personal pages.
  • Update app.py to handle the new data gathering functionality and pass the gathered data to the analyze_personality function.
  • Update README.md to include information about the new data gathering functionality.

For more details, open the Copilot Workspace session.

Related to #1

Implement data gathering from user personal pages for each social network.

* Add functions in `analyze.py` to gather specific data from user personal pages for Twitter, Instagram, Facebook, and Threads using `snscrape` and `beautifulsoup4`.
* Update `analyze_personality` function in `analyze.py` to fetch and include gathered data from user personal pages.
* Update `app.py` to handle the new data gathering functionality and pass the gathered data to the `analyze_personality` function.
* Update `README.md` to include information about the new data gathering functionality.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/VictoKu1/Social-Network-Analyzer/issues/1?shareId=XXXX-XXXX-XXXX-XXXX).
@VictoKu1 VictoKu1 self-assigned this Jan 16, 2025
@VictoKu1 VictoKu1 added the enhancement New feature or request label Jan 16, 2025
@VictoKu1 VictoKu1 linked an issue Jan 16, 2025 that may be closed by this pull request
@VictoKu1
Copy link
Owner Author

Pylint errors:
************* Module analyze
analyze.py:10:0: E0401: Unable to import 'snscrape.modules.threads' (import-error)
analyze.py:10:0: E0611: No name 'threads' in module 'snscrape.modules' (no-name-in-module)
analyze.py:61:0: C0116: Missing function or method docstring (missing-function-docstring)
analyze.py:70:0: C0116: Missing function or method docstring (missing-function-docstring)
analyze.py:79:0: C0116: Missing function or method docstring (missing-function-docstring)
analyze.py:88:0: C0116: Missing function or method docstring (missing-function-docstring)
analyze.py:97:0: C0116: Missing function or method docstring (missing-function-docstring)
analyze.py:11:0: W0611: Unused BeautifulSoup imported from bs4 (unused-import)
analyze.py:12:0: W0611: Unused import requests (unused-import)
************* Module app
app.py:57:13: E1121: Too many positional arguments for function call (too-many-function-args)


Add changes from main to branch
@VictoKu1 VictoKu1 closed this Jan 16, 2025
@VictoKu1 VictoKu1 deleted the add-data-gathering branch January 16, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specific social network oriented data gathering
1 participant