GithubHelp home page GithubHelp logo

CLI on Windows about social-analyzer HOT 6 CLOSED

qeeqbox avatar qeeqbox commented on May 17, 2024
CLI on Windows

from social-analyzer.

Comments (6)

AdrianoCahete avatar AdrianoCahete commented on May 17, 2024 2

JFYI: Fully working as a python module! Thanks :)

from social-analyzer.

giga-a avatar giga-a commented on May 17, 2024 1

Hey AdrianoCahete, thanks for submitting your first issue!

I will add examples and follow up with you in the next few hours

from social-analyzer.

giga-a avatar giga-a commented on May 17, 2024 1

For now, try the Python CLI (There is a NodeJS CLI that produces similar output but the backend is different)

Make sure to download the latest version of social-analyzer

Download Python3 from https://www.python.org/downloads/

Then run:

pip3 install lxml BeautifulSoup4 tld pygments langdetect requests
or 
pip install lxml BeautifulSoup4 tld pygments langdetect requests

Then run this example

python3 app.py --cli --mode "fast" --username "johndoe" --websites "youtube pinterest tumblr" --output "pretty"
or
python app.py --cli --mode "fast" --username "johndoe" --websites "youtube pinterest tumblr" --output "pretty"

Does it work?

from social-analyzer.

AdrianoCahete avatar AdrianoCahete commented on May 17, 2024 1

Worked! :)

For future comparisons: Windows 10 x64

from social-analyzer.

giga-a avatar giga-a commented on May 17, 2024

Awesome, let me know if you run into future issues..
Do not forget to share your experience with social-analyzer elsewhere!

from social-analyzer.

giga-a avatar giga-a commented on May 17, 2024

Hey, I simplified it more - You can download the pip package called social-analyzer and run it as module anywhere (win or linux)

pip install social-analyzer
python -m social-analyzer --cli --mode "fast" --username "johndoe" --websites "youtube pinterest tumblr" --output "pretty"

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.