Giter Club home page Giter Club logo

quorastats's Introduction

quorastats

A Pythonic Quora fetch tool, capable of printing out the following user stats without login:

Public Documentation ๐Ÿ”“

If content is private (i.e., hidden via account auth), you can use the following documentation to view these stats:

Private Documentation ๐Ÿ”’ (coming soon)

Getting Started

To download the module:

Pre-release

git clone https://www.github.com/VladUsatii/quorastats/
cd quorastats
pip -r install requirements.txt
# make your files relative to this directory

Post-release

python -m pip3 install quorastats

A Basic Program

This program allows users to view a live counter of their followers, updated every n seconds. Warning: Update should be kept high if possible, due to influx of users to Quora's network. They may also ban IP if too low (please use best judgement).

from Public import Public
import time

p = Public('real account')
p2 = Public('fdhjsafdu8saf09hds8af9hdsa')

# prints counts of a real account
while True:
  print(p.followercount(), p.followingcount())
  time.sleep(100)

# prints status of user page 1 and 2 (not a real account)
print(f'Account 1: {p.status}', f'Account 2: {p2.status}')

Contributions

Submit a pull request to get a feature added.

quorastats's People

Contributors

vladusatii avatar

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.