Giter VIP home page Giter VIP logo

django-ditto's People

Contributors

garrettc avatar philgyford 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

Watchers

 avatar  avatar  avatar  avatar

django-ditto's Issues

Handle tweet Polygon coordinates?

Is that even a thing? The coordinates attribute of a tweet from the api containing something other than type:"Point"?

In twitter.fetch.FetchTweets.save_tweet()

Overall tag_list page

Is it possible to show the most common tags across all apps?
Or else maybe just show most common from each app separately?

Add tags

  • Install django-taggit
  • Add tags to Bookmark model
  • Fetch tags when getting Bookmarks from Pinboard
  • Display tags in current pages
  • Add Pinboard tag pages
  • Add overall tag pages?
  • Add list of Pinboard tags? (Bookmark.tags.most_common())
  • Check if private . tags work
  • Add test to make sure private bookmarks aren't on Tag pages.

Add command for updating all Twitter Users' (not just Accounts') data

We can currently only do this for the Users associated with Accounts.

The wrinkle is that updating all Users would have to be done from the perspective of a particular Account, using its API keys. But as we're fetching data about the user, and not their tweets, the particular Account used shouldn't make a difference.

Move to python 3

  • Mock is in 3.3: unittest.mock
  • Note that the syntax changed in Python 3.0: you can just say super().init() instead of super(ChildB, self).init() which IMO is quite a bit nicer.

Services to add

Very optimistic list of potential services to add.

  • Pinboard
    • Bookmarks
  • Twitter (Tweets, Favorites)
    • Tweets
    • Favorites
    • Save copies of photos and GIFs
    • Allow use of downloaded photos/GIFs on the site
    • Save copies of videos (probably not possible)
  • Flickr
    • Photos & Videos
    • Sets
    • Save copies of Photos & Videos
    • Allow use of downloaded Photos on the site
    • Allow use of downloaded Videos on the site
    • Collections?
    • Favorites?
    • Comments on your Photos/Videos?
    • Favorites on your Photos/Videos?
  • Foursquare/Swarm
    • Check-ins
    • Photos?
    • Comments on check-ins?
    • Lists etc? More?
    • Save copies of photos?
  • Last.fm
    • Scrobbles
  • Generic RSS/Atom feeds?
  • Instagram?
    • Photos & Videos?
    • Favorites?
    • Comments on your Photos/Videos?
    • Save copies of photos?
  • Mappiness?
  • Pinterest?
  • Soundcloud? (Uploads, Favorites)
  • Medium?
  • YouTube? (Videos, Favorites/playlist(s))
  • Vimeo? (Videos, Likes)
  • Spotify? [Public playlists]

Add more exceptions

Change all those horrid "returns an object or an error string" to raise exceptions on errors, idiot.

Save quoted tweets

quoted_status in tweets is present if the tweet quotes another, and contains the full tweet object.

Maybe then replace our quoted_status_id with ForeignKey to the new tweet object?

Fetch favorited Tweets

  • Management command
  • Link Tweets to Users as Favorites
  • Fetch favorites
  • Remove duplication from fetch_recent() and fetch_favorites()?

Fix extra page link

Go to final page on Bookmarks list, and an extra, page link appears, which 404s.

Display pinboard bookmarks

  • Add bookmarks list
  • Add bookmarks detail
  • Add account name to each bookmark.
  • Add account list
  • Add account detail
  • Add account/bookmarks page
  • Add bookmarks to ditto home page

Update Twitter account command

  • Updates an existing account's user from DB.
  • Or should it be update User? Yes.
  • Sets all its tweets to private/not if that's changed.

There are some commented-out old tests in twitter/tests/management_commands.py that should be used or deleted.

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.