Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize code for #36. #50

Merged
merged 4 commits into from
Oct 7, 2017
Merged

Modularize code for #36. #50

merged 4 commits into from
Oct 7, 2017

Conversation

thakkardharmik
Copy link
Contributor

Please review the code. I need some help to modify setup.py in case the code looks fine. Also if someone can help me test the code.

Listener.py Outdated
import json
import sys
from os.path import expanduser
from config.ConfigReader import ConfigurationReader
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed I think

Listener.py Outdated

# Twitter API credentials
cfg = {}
home = expanduser("~")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines are not needed in this file

main.py Outdated
import json
import sys
from os.path import expanduser
from config.ConfigReader import ConfigurationReader
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nt needed

main.py Outdated

# Twitter API credentials
home = expanduser("~")
Configuration = ConfigurationReader()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nt needed.

main.py Outdated

# Twitter API credentials
home = expanduser("~")
Configuration = ConfigurationReader()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed

Copy link
Contributor

@0x006E 0x006E left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check comments. I think the code will be alright. I didn't test it. But it should work perfectly though.

@thakkardharmik
Copy link
Contributor Author

Implemented changes as suggested in comments.

@0x006E
Copy link
Contributor

0x006E commented Sep 27, 2017

@thakkardharmik What changes should be made in the setup.py?

@thakkardharmik
Copy link
Contributor Author

thakkardharmik commented Sep 28, 2017

@CruiseDevice CruiseDevice merged commit c304f6b into CruiseDevice:master Oct 7, 2017
@CruiseDevice
Copy link
Owner

@thakkardharmik merged 👍 ✨ 🎉 Sorry for merging this so late. I was busy with other commitments.

This was referenced Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants