Commit graph

12 commits

Author SHA1 Message Date
Andreas Mieke 6e482a2220 Change websocket library. This Fixes #6 2017-08-18 08:51:43 +02:00
Andreas Mieke 3e9ddbf757 Add export images functionality
Adds functionality to export images on program close, it also deletes
the originals from the database and the content folder. It also deletes
the content folder itself. But before it does anything it asks the user
for confirmation and does nothing if anything else than a clear yes gets
reported (includes variations of 'No', empty responses and unknown
responses).
2017-05-21 22:54:42 +02:00
Andreas Mieke be67ae464c Add folder support
This adds folder support as image source, the folder must be specified
in the config file as "Folder" under group "Folder". Parsed images will
be deleted from the folder!
2017-05-13 23:29:56 +02:00
Marvin Scholz ce200bb784 Add approved snap list endpoint 2017-05-12 14:03:21 +02:00
Andreas Mieke 8e600051b8 Only execute scrapers if username/hashtag is set 2017-01-20 18:18:19 +01:00
Andreas Mieke 4bf7475d61 Adds stats endpoint to get Item/User counts 2017-01-20 16:00:56 +01:00
Andreas Mieke cf135a9af5 Adds endpoints to approve and reject media 2017-01-20 02:20:31 +01:00
Marvin Scholz 45e1d55e8a Rework web frontend
This removes foundation, introduces vuejs and adds Material Design
2017-01-20 01:22:35 +01:00
Andreas Mieke 0dacd3645e Adds websocket-callback for all Item
This commit adds a callback which gets called on every
saved Item in the database, which prints JSON of that
Item-object to all connected websocket clients.
2017-01-19 19:49:53 +01:00
Andreas Mieke fc14acd76a Started work on Admin interface and websockets implementation 2017-01-19 02:00:09 +01:00
Marvin Scholz 9f03313d60 Add webserver (using gin) to socialdragon 2017-01-18 19:47:55 +01:00
Andreas Mieke 0a69d4a9f2 Initial commit
Implemented getters for:
    * Snapchat
    * Twitter
    * Instagram

Also implemented config and database modules.
2017-01-17 23:39:59 +01:00