All Projects → xupisco → logd.me

xupisco / logd.me

Licence: MIT license
Your personal and friendly life log!

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to logd.me

ezbookkeeping
A lightweight personal bookkeeping app hosted by yourself.
Stars: ✭ 42 (+162.5%)
Mutual labels:  personal
FrameBot
An open source template to kickstart your own facebook framebot!
Stars: ✭ 89 (+456.25%)
Mutual labels:  facebook
CRA-boilerplate
Personal CRA boilerplate
Stars: ✭ 42 (+162.5%)
Mutual labels:  personal
Mimir
📱 A simple & efficient iOS logging framework for high usage apps
Stars: ✭ 13 (-18.75%)
Mutual labels:  logs
Fb Automated Birthday Wisher
Automatically wishes your selected fb friends on their Birthday
Stars: ✭ 39 (+143.75%)
Mutual labels:  facebook
financisto
Financisto - open-source personal finance tracker for Android
Stars: ✭ 116 (+625%)
Mutual labels:  personal
FacebookIPLists
Hourly Checked and Updated if Facebook modifies their list
Stars: ✭ 76 (+375%)
Mutual labels:  facebook
Skeleton
Skeleton is a Social Engineering tool attack switcher
Stars: ✭ 44 (+175%)
Mutual labels:  facebook
facebook-bot-autoresponder
Facebook bot that automatically responds to the comments of a certain post
Stars: ✭ 90 (+462.5%)
Mutual labels:  facebook
google-search
🔎 My personal website in the style and form of a google search
Stars: ✭ 39 (+143.75%)
Mutual labels:  personal
AmoCRM
Javascript библиотека для работы с AmoCRM
Stars: ✭ 80 (+400%)
Mutual labels:  crm
zoho-crm-php
An API wrapper library for Zoho CRM, written in PHP.
Stars: ✭ 15 (-6.25%)
Mutual labels:  crm
CRM
基于SSM开发的客户关系管理系统
Stars: ✭ 183 (+1043.75%)
Mutual labels:  crm
facebook totem
Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.
Stars: ✭ 51 (+218.75%)
Mutual labels:  facebook
zinc
ZincSearch. A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
Stars: ✭ 9,936 (+62000%)
Mutual labels:  logs
android-facebook-login
Demo Facebook Login Android Application
Stars: ✭ 20 (+25%)
Mutual labels:  facebook
AIRFacebook-ANE
Native extension for Adobe AIR providing cross-platform API to Facebook SDK 4
Stars: ✭ 19 (+18.75%)
Mutual labels:  facebook
fb-messenger-bot-api
NodeJS Facebook Messenger API for bots to send messages and setup events to Facebook.
Stars: ✭ 29 (+81.25%)
Mutual labels:  facebook
facebook-video-downloader
Facebook Video Downloader Website Script written in PHP
Stars: ✭ 22 (+37.5%)
Mutual labels:  facebook
FacebookTrackingRemoval
Browser extension that removes ads and the user interaction tracking from content on Facebook
Stars: ✭ 88 (+450%)
Mutual labels:  facebook

logd.me

Your personal and friendly life log, cut the crap... only the essentials!
See it in action here... !

Build Status

Screenshots

Home / Dark Home / Light

Setup

  1. Create a virtualenv
  2. Run: $pip install -r requirements/dev.txt
  3. Create a conf/settings.ini file (contents below):
  4. $python manage.py migrate
  5. $python manage.py createsuperuser
  6. $python manage.py runserver
  7. Visit /admin/socialaccount/socialapp/
  8. Create a Facebook APP
  9. Add a new App ID and Secret Key for facebook provider
  10. Enjoy!

conf/settings.ini

[settings]
SECRET_KEY=<anything here>
DEBUG=True

GTM_ID=<Google Tag Manager ID>  
DATABASE_URL=sqlite://./conf/db.sqlite3

Try it now

logd.me is available at logd.me!

UNDER MIT LICENSE

Copyright (C) 2016 Leandro Voltolino [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].