Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mio256/penguinhacktwitter
for [@hacks_penguin](https://twitter.com/hacks_penguin)
https://github.com/mio256/penguinhacktwitter
Last synced: about 1 month ago
JSON representation
for [@hacks_penguin](https://twitter.com/hacks_penguin)
- Host: GitHub
- URL: https://github.com/mio256/penguinhacktwitter
- Owner: mio256
- License: mit
- Created: 2022-11-23T18:16:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T13:29:43.000Z (about 2 years ago)
- Last Synced: 2024-10-16T19:56:32.832Z (2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PenguinHackTwitter
for [@hacks_penguin](https://twitter.com/hacks_penguin)## setup.sh
```
$ bash setup.sh
```## tweepy Client.return_type
you can use requests.Response
```py
client = tweepy.Client(
os.environ['BEARER_TOKEN'],
os.environ['CONSUMER_KEY'],
os.environ['CONSUMER_SECRET'],
os.environ['ACCESS_TOKEN'],
os.environ['ACCESS_TOKEN_SECRET'],
return_type=requests.Response,
wait_on_rate_limit=True
)
```## docs
[tweepy](https://docs.tweepy.org/en/stable/index.html)