ventilaar
/
twitter_zuil
Archived
1
Fork 0
This repository has been archived on 2021-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
ventilaar 5c03e8064d pe_10_1 af 10_2 beetje 2020-10-15 12:53:37 +02:00
homework MOD mod fa4 and fa3 included 2020-10-15 11:04:33 +02:00
homework PROGA pe_10_1 af 10_2 beetje 2020-10-15 12:53:37 +02:00
.gitignore rework api import 2020-10-04 13:29:44 +02:00
LICENSE Initial commit 2020-09-15 09:30:07 +02:00
README.md fa4 technically finished 2020-10-13 10:16:59 +02:00
customer_input.py fa4 technically finished 2020-10-13 10:16:59 +02:00
main.py chapter 6 mostly done, need to finish 2020-09-17 16:01:04 +02:00
moderator.py PROGA FA3 begonnen, PROGA hoofdstuk 7 af 2020-09-24 12:32:37 +02:00
publish.py fa4 technically finished 2020-10-13 10:16:59 +02:00

README.md

twitter_zuil

3rd party libraries(dependencies)

Yes we're gonna use some libraries while I'm a minimalist, but the Oauth1.0a API twitter uses is just too much work to implement.

  • TwitterAPI (by Geduldig, looks pretty maintained)
  • requests (Kenneth Reitz, voor de OWM API)
  • flask (voor de web backend)

api keys

see api_keys.py a simple file with variables (not synced to git)

TWITTER_APIKEY TWITTER_APISECRET TWITTER_BEARER TWITTER_ACCESSTOKEN TWITTER_ACCESSSECRET OWM_KEY

API docs