Skip to content

A Django web app that interacts with Tweepy to fetch and store tweets from @python_daily on Twitter.

Notifications You must be signed in to change notification settings

Toluwalemi/django-tweepy-app

Repository files navigation

Python Daily Tip service

Python Daily TIp service is a Python library for interacting with @python_tip Twitter account.

Requirements

You must install pipenv to use the compose file.

Structure

.
├── api
├── config
├── pages
├── static
├── templates
├── .gitignore
├── manage.py
├── .README.md
├── .requirements.txt

General Usage

  • Ensure that you have the necessary secret keys
  • Run the tests
 python manage.py test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

License

About

A Django web app that interacts with Tweepy to fetch and store tweets from @python_daily on Twitter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published