All Projects → n0toose → TinyFlowerBeds

n0toose / TinyFlowerBeds

Licence: GPL-3.0 license
Educational bot that posts a tiny flower bed on Twitter every few hours. Check it out if you're new to Python and open source!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TinyFlowerBeds

TwitterAutoReplyBot
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.
Stars: ✭ 33 (+175%)
Mutual labels:  twitter-bot, twitter-api, tweepy
TwitterScraper
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Stars: ✭ 80 (+566.67%)
Mutual labels:  twitter-bot, twitter-api, tweepy
twittered
Twitter API client for Java developers
Stars: ✭ 170 (+1316.67%)
Mutual labels:  twitter-bot, twitter-api
Raymo111
My awesome profile README
Stars: ✭ 110 (+816.67%)
Mutual labels:  twitter-bot, twitter-api
stock reminder bot
A twitter bot that reminds you of stock and crypto predictions
Stars: ✭ 25 (+108.33%)
Mutual labels:  twitter-bot, tweepy
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (+75%)
Mutual labels:  twitter-bot, twitter-api
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+358.33%)
Mutual labels:  twitter-bot, tweepy
Twitterbot en 30
Los bots son relevantes para nosotros, pues automatizan tareas que eventualmente simplificarán trabajo a futuro. En este taller relámpago aprenderemos cómo crear un bot en Twitter usando Python, para de manera automática tuitear frases de un libro. ¡En sólo 30 minutos!
Stars: ✭ 19 (+58.33%)
Mutual labels:  twitter-bot, tweepy
trending-twitter
Simple dashboard for getting currently trending hashtags and topics on Twitter
Stars: ✭ 23 (+91.67%)
Mutual labels:  social-media, twitter-api
kafka-twitter-spark-streaming
Counting Tweets Per User in Real-Time
Stars: ✭ 38 (+216.67%)
Mutual labels:  twitter-api, tweepy
tweet-delete
Self-destructing Tweets so you too can be cool 😎
Stars: ✭ 68 (+466.67%)
Mutual labels:  twitter-bot, twitter-api
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (+716.67%)
Mutual labels:  social-media, twitter-api
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+5366.67%)
Mutual labels:  social-media, twitter-api
larry
Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go
Stars: ✭ 64 (+433.33%)
Mutual labels:  twitter-bot, twitter-api
Advertools
advertools - online marketing productivity and analysis tools
Stars: ✭ 341 (+2741.67%)
Mutual labels:  social-media, twitter-api
twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (+150%)
Mutual labels:  twitter-bot, twitter-api
Twitter-Stream-API-Dataset
Twitter Dynamic Dataset Api. Create any dataset YOU want.
Stars: ✭ 20 (+66.67%)
Mutual labels:  twitter-api, tweepy-api
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+608.33%)
Mutual labels:  twitter-api, tweepy
twitter-bot
Simple Twitter bot using Tweepy and Python
Stars: ✭ 16 (+33.33%)
Mutual labels:  twitter-bot, tweepy
twpy
Twitter High level scraper for humans.
Stars: ✭ 58 (+383.33%)
Mutual labels:  twitter-bot, twitter-api

TinyFlowerBeds

"TinyFlowerBeds" is a bot that posts a tiny flower bed on Twitter every few hours. It is licensed under the GPL license.

Getting started

In order to use this bot, you'll need to have access to the Twitter API.

You can request access and get your credentials here.

The bot will check for a file called config.txt.

config.txt should have the following format:

CONSUMER_KEY = '<CONSUMER KEY>'
CONSUMER_SECRET = '<CONSUMER SECRET>'
ACCESS_KEY = '<ACCESS KEY>'
ACCESS_SECRET = '<ACCESS SECRET>'

By default, this bot will prioritize environment variables over the config.txt file.

If you believe that environment variables are more convenient for you, then you will need to register the following keys:

  • CONSUMER_KEY
  • CONSUMER_SECRET
  • ACCESS_KEY
  • ACCESS_SECRET ... and assign those keys to their respective values.

Prerequisites

Live Demo

A live demonstration the my bot can be viewed here.

Should you host your own variation of this bot, please include the link to my account in the biography of the account. The config dictionary can be freely adjusted to your needs.

Contributors

TinyFlowerBeds is the result of the effort of multiple hobbyists and Python enthusiasts. You can view a list of the people who have contributed to the project here.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].