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

Multiple Changes: #23

Merged

Conversation

wraithsec
Copy link
Contributor

setup.py -

  • Incremented minor version to 0.8.10 due to bug fixes. (latest 'release' on github is 0.8.8, otherwise this should be 0.8.5?)

examples/readme -

  • Updated the documentation for FilteredStream class to reflect change to class.

twitter_stream.py -

  • Removed .json() on line 185 as get_rules returns the appropriate object already.
    .json() was causing delete_all_rules to not work correctly and not error.

  • Added _has_params = True to FilteredStream class to allow adding expansions to
    tweet objects. Documentation in examples now reflects this.

setup.py -
- Incremented minor version to 0.8.10 due to bug fixes. (latest release on github is 0.8.8)

examples/readme -
- Updated the documentation for FilteredStream class to reflect change to class.

twitter_stream.py -
- Removed .json() on line 185 as get_rules returns the appropriate object already.
  .json() was causing delete_all_rules to not work correctly and not error.

- Added _has_params = True to FilteredStream class to allow adding expansions to
  tweet objects. Documentation in examples now reflects this.
@saadmanrafat
Copy link
Member

Hi there! Thank You! I will have to write a few tests. Run it locally and merge and publish to PyPI. I'm working on it.

@wraithsec
Copy link
Contributor Author

Hi there! Thank You! I will have to write a few tests. Run it locally and merge and publish to PyPI. I'm working on it.

Sounds good. This merge if accepted should resolve both issues #21 and #22 .

@saadmanrafat saadmanrafat self-assigned this Feb 11, 2022
@saadmanrafat saadmanrafat merged commit af10732 into twitivity:main Feb 11, 2022
@saadmanrafat
Copy link
Member

@SolidHabu I merged the pull request despite not passing Gtihub WorkFlow Packages set in place. Firstly because I only plan to support python^3.9.

One other reason the tests failed -- is that Github WorkFlow doesn't have individuals' credentials set in place in the form of ~/.twitter-credentials.yaml. I will not be releasing it to PyPI just yet. I need to write proper documentation for the necessary changes.

Thank you for your contribution.

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.

2 participants