Git Product home page Git Product logo

booksoup's People

Contributors

buroni avatar jakebrowning avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

booksoup's Issues

Off by one indexing error

Hey, great tool!
You may have an off by one error for indexing the month vs the day of the month here.
date_str = date_arr[2]+"-"+self.__pad(list(calendar.month_name).index(date_arr[1]))
The 1 used to index date_arr at the end of this line may need to be a 0.

Indexing using times less than two digits results in errors.

In FBTime.py line 21 doesn't accommodate times that are not two digit times. Eg. 1pm is trying to index as 1:00, but the entry in the time list is 01:00. This code snippet replacing line 21 in FBTime.py solves the issue.

if len(hour) == 1:
  times["0"+hour+":00"] += 1
else:
  times[hour+":00"] += 1

No Module BookSoup

Traceback (most recent call last):
File "demo_interaction_timeline.py", line 3, in
from booksoup import BookSoup
File "/home/sandy/Downloads/booksoup-master/booksoup/init.py", line 1, in
from BookSoup import BookSoup
ModuleNotFoundError: No module named 'BookSoup'

I'm getting the following error whenever i try to run one of the demo files. Am i missing something?
Forgive me if i'm missing something.

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.