Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdevplatform/bot-profile-append
A Python script to help you add user attributions to your Twitter bots
https://github.com/xdevplatform/bot-profile-append
bots twitter twitter-api twitter-bots
Last synced: about 20 hours ago
JSON representation
A Python script to help you add user attributions to your Twitter bots
- Host: GitHub
- URL: https://github.com/xdevplatform/bot-profile-append
- Owner: xdevplatform
- License: apache-2.0
- Created: 2019-11-12T15:53:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T23:08:29.000Z (over 4 years ago)
- Last Synced: 2024-04-22T01:00:32.011Z (7 months ago)
- Topics: bots, twitter, twitter-api, twitter-bots
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 11
- Watchers: 15
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bot profile append
A simple Python script designed to append the profile bios of your bots with #TwitterBot. Check out our [blog post](https://blog.twitter.com/developer/en_us/topics/community/2020/twitter_developer_policy_update.html) to learn more about our recent updates to our developer policy.
## Getting Started
You will need to update the `secrets.yaml` with the keys and tokens of your bots and your own Twitter username in the handle field under `admin`. After you update the yaml file, run `python append.py` in your terminal.
Be sure to add your `secrets.yaml` to your `.gitingore` and check out [our guide on securing keys and tokens](https://developer.twitter.com/en/docs/basics/authentication/guides/securing-keys-and-tokens).
[There is a blog post](https://blog.twitter.com/developer/en_us/topics/tips/2020/how-to-quickly-update-your-bot-profile-bio.html) which walks you through step by step how to use this code.
## Support
Create a [new issue](https://github.com/twitterdev/bot-profile-append/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.## Security Issues?
Please report sensitive security issues via [Twitter's bug-bounty program](https://hackerone.com/twitter) rather than GitHub.## License
Copyright 2020 Twitter, Inc.
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0