GithubHelp home page GithubHelp logo

jeffshurtliff / khorosjx Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 275 KB

Python library to administer and manage Khoros JX (formerly Jive-x) and Jive-n online community platforms.

Home Page: http://khorosjx.rtfd.io/

License: MIT License

Python 100.00%

khorosjx's People

Contributors

dependabot[bot] avatar jeffshurtliff avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

khorosjx's Issues

khorosjx.users.get_recent_logins() not making verify_core_connection()

The khorosjx.users.get_recent_logins() function is missing the function call for verify_core_connection() which can result in the following NameError exception occurring:

Traceback (most recent call last):
  File "recurring/analyze_logins.py", line 50, in get_logins
    login_data = khorosjx.users.get_recent_logins(count, start_index)
  File "/home/shurtj/.local/lib/python3.6/site-packages/khorosjx/users.py", line 338, in get_recent_logins
    query_url = f"{base_url}/people?sort=lastLoggedIn&" + \
NameError: name 'base_url' is not defined

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.