Git Product home page Git Product logo

talk-to-u-later's Introduction

Talk to u later

Imagine its your girlfriend's birthday tomorrow. (No offense if you're single. You can still imagine. :p )

You had a very long day at work and thus, all you wanna do is go to bed once you reach home. But you know you have to wish her exactly at 00:00 because idk, its like the golden rule of relationship.

What do you do? You'll probably be a good lad and stay up all night just to wish her a happy birthday on Facebook and make her feel "special" (lol).

Or, may be, you can become a smart lad and try this dope thing. Talk to u later (ttyl) is for people like you. Its also for people like me. Its for everyone who are busy in their lives. Its for everyone who would love to send scheduled Facebook messages.

Requirements

I assume you have following things installed already:

  • git
  • python
  • virtualenv
  • a girlfriend (optionally :p )

Installation

git clone https://github.com/akashadhikari/talk-to-u-later.git

cd talk-to-u-later

python3 -m venv .venv

source .venv/bin/activate

pip3 install -r requirements.txt

python3 manage.py migrate

python3 manage.py runserver

In the next terminal window

Install Redis

sudo apt install redis-server if you are on linux. Check out Redis Website for more details.

Check if Redis is up!

redis-cli ping

This should show you the result PONG

In the same terminal

source .venv/bin/activate

celery -A ttyl worker -l info

In yet another terminal window, run

source .venv/bin/activate

celery -A ttyl beat -l info

Open your browser and go to

http://localhost:8000/

That's it. Now you can send delayed Facebook messages!

WARNING!!!: If you schedule the time to the past, the application will cause distortion in time and space which might ultimately lead you to an alternate universe. :p

Screenshot

alt text

talk-to-u-later's People

Contributors

akashadhikari avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

ashokdahal

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.