https://github.com/xdevplatform/parking
https://github.com/xdevplatform/parking
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xdevplatform/parking
- Owner: xdevplatform
- License: apache-2.0
- Created: 2019-03-06T19:54:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T00:13:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T12:21:31.493Z (10 months ago)
- Language: Jupyter Notebook
- Size: 37.1 KB
- Stars: 10
- Watchers: 14
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Parking
An application created with Twilio and the Twitter API and sends a text message whenever you don't need to move your car based on NYC's alternate side of the street parking restrictions. This code was created by [Jessica Garson](https://twitter.com/jessicagarson).
## Using this code
There are 3 versions of this code:
- The Search Tweets version of this code uses the [Search Tweets Python](https://github.com/twitterdev/search-tweets-python) wrapper. Be sure to check out this corresponding [blog post](https://dev.to/twitterdev/how-i-solved-my-nyc-parking-problem-with-python-the-search-tweets-api-and-twilio-1chp) which walks you through how to get started with this code.
- The Filtered Stream version of this code is adapted from our [sample code](t.co/filtered-stream-sample). You can find out more about this endpoint in [our documentation](https://developer.twitter.com/en/docs/labs/filtered-stream/overview). You will need to [sign up for Labs](t.co/labs) to use this code.
- The Recent Search version of this code uses the [Labs preview for searching for Tweets for the past 7 days .](https://developer.twitter.com/en/docs/labs/recent-search/overview)You will need to [sign up for Labs](t.co/labs) to use this code.
## Resources
- [Apply for Twitter developer account](https://developer.twitter.com/en/apply-for-access)
- [Twitter Developer apps page](https://developer.twitter.com/en/apps)
- [Using Twilio and Python](https://www.twilio.com/blog/2016/10/how-to-send-an-sms-with-python-using-twilio.html)
- [Setting up a cron job](https://askubuntu.com/questions/2368/how-do-i-set-up-a-cron-job)
- [Setting up a Digital Ocean droplet](https://www.digitalocean.com/docs/droplets/how-to/create/)
- [Keyword arguments](https://treyhunner.com/2018/04/keyword-arguments-in-python/)
## Support
Create a [new issue](https://github.com/twitterdev/getting-started-with-r/issues) on GitHub.
## Contributing
We feel that a welcoming community is important and we ask that you follow Twitter's
[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md)
in all interactions with the community.
## License
Copyright 2020 Twitter, Inc.
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0