Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)