Giter VIP home page Giter VIP logo

Comments (7)

giga-a avatar giga-a commented on August 16, 2024 1

@jasperan I will push a new fix soon (Ref f43291547b70)

from social-analyzer.

giga-a avatar giga-a commented on August 16, 2024 1

@jasperan

Now, the logs are disabled by default, if you want logs then you will need to add logs=True

results = SocialAnalyzer.run_as_object(username=username, silent=True, logs=True)

You will need to get the latest update social-analyzer==0.38

from social-analyzer.

giga-a avatar giga-a commented on August 16, 2024 1

@jasperan - You are welcome, feel free to share your experience using social-analyzer!

from social-analyzer.

jasperan avatar jasperan commented on August 16, 2024 1

I will make sure to write an article of the use I've made from your repository when I get some free time (and permission!).

Kind regards @giga-a .

from social-analyzer.

giga-a avatar giga-a commented on August 16, 2024

@jasperan yes!

I'm going to add 2 options:

  1. Removing the task temp files
  2. eeping only the metadata of the task but not the entire process

Are you using the Python CLI or NodeJS?

from social-analyzer.

jasperan avatar jasperan commented on August 16, 2024

@giga-a that's great news. I'm using your Python client library:

def process_social_analyzer(username):
    SocialAnalyzer = import_module("social-analyzer").SocialAnalyzer(silent=True)
    results = SocialAnalyzer.run_as_object(username=username, silent=True)
    list_of_sites = list()
    for x in results.get('detected'):
        if ('wiki' not in x.get('link')) and ('User:') not in x.get('link'):
            list_of_sites.append(x.get('link'))
    print('[DBG] USER {} SITES {}'.format(username, len(list_of_sites)))
    return list_of_sites

from social-analyzer.

jasperan avatar jasperan commented on August 16, 2024

Thank you @giga-a !

from social-analyzer.

Related Issues (20)

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.