Skip to content

yukixz/tweetcntd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetcntd

Dependencies

  • python3
    • Django
    • mysql-connector-python
    • requests
  • MySQL/MariaDB

How to Deploy

  1. MySQL
    CREATE DATABASE {{database_name_setted_in_config.py}}
    # Execute SQL_CREATE_TABLE in tweetcntd.models.database.
  1. Crontab
    $ crontab -e

See crontab file.

  1. Use 'uwsgi':
$ uwsgi -x uwsgi.xml -d /path/to/logfile

Or run with django:

$ python3 manager runserver

GAE Version

See this: https://github.com/dazzyd/tweetcntd-gae

About

Count your tweet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published