smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Twitter code belongs in it's own file #91

Closed baconbm closed 5 years ago

baconbm commented 5 years ago

Describe the bug Currently the twitter extension implementation is mixed in with the core reddit bot implementation. It would make more sense to be in it's own file.

To Reproduce Steps to reproduce the behavior:

  1. Go to src/textifyBot.py
  2. See the twitter search code

Expected behavior A twitter search file containing the twitter search code should be created.