https://github.com/octokerbs/50Cent-Dolar-Blue-Bot
Twitter bot that updates the dollar price with mentions and at a certain time each day with a 50cent image.
https://github.com/octokerbs/50Cent-Dolar-Blue-Bot
bot python twitter-api
Last synced: 8 months ago
JSON representation
Twitter bot that updates the dollar price with mentions and at a certain time each day with a 50cent image.
- Host: GitHub
- URL: https://github.com/octokerbs/50Cent-Dolar-Blue-Bot
- Owner: KerbsOD
- License: mit
- Created: 2022-07-15T07:08:36.000Z (almost 4 years ago)
- Default Branch: v2
- Last Pushed: 2023-08-24T20:43:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T20:39:32.179Z (over 1 year ago)
- Topics: bot, python, twitter-api
- Language: Python
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TwitterBot
This is a twitter bot that updates the dollar price in relation with the peso Argentino.
Everyday at 5pm, the bot will upload a 50 Cent photo with the price in half, half dollar in relation with the peso.
This is not just a Twitter image upload, the code was made so you can understand and edit it. Feel free to see how the Twitter API works with this software. Good luck!
### Example (1U$D = $291 Argentine Peso 24/10/22)
[](https://postimg.cc/0MCKZNNw)
### Features
- Automatic post
- Mention reply
- Mention Like
### Requirements
- __First__: You will need to install python.
- [Python 3.10.5](https://www.python.org/downloads/)
- __Second__: Open your computer command line then run the command: __pip install__ +
- tweepy
- pillow
- schedule
- requests
- pymongo
- pymongo[srv]
- __Third__: Complete the config.py file with your twitter keys
- __Fourth__: Complete your MongoDB data from line 44 to 46.
- __Fifth__: Execute Bot.py
### License
* MIT
# Outdated
---
Due to a change in twitter bot rules this code is just outdated and won't work.